kanso.nvim/lua/kanso
Webhooked 138f08461f feat\!: replace disableItalics with italics config option
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`.
2025-05-31 14:11:00 +02:00
..
highlights feat\!: replace disableItalics with italics config option 2025-05-31 14:11:00 +02:00
lib Add EditorConfig and standardize code formatting 2025-05-26 11:01:00 +02:00
colors.lua Adjust whitespace and indent colors for better visibility 2025-05-30 14:00:39 +02:00
init.lua feat\!: replace disableItalics with italics config option 2025-05-31 14:11:00 +02:00
themes.lua Adjust whitespace and indent colors for better visibility 2025-05-30 14:00:39 +02:00
utils.lua Add EditorConfig and standardize code formatting 2025-05-26 11:01:00 +02:00