In this example code snippet, the variable name was specified as `zen_colors` but the code was extracting the colors for the "ink" palette. Did a simple fix to make the variable name consistent with the code.
Replace the negative boolean `disableItalics` with positive `italics` option for better API ergonomics. This affects all italic styling throughout the theme including comments, keywords, and plugin highlights.
BREAKING CHANGE: Users must update their configuration from `disableItalics = true` to `italics = false`.