kanso.nvim/lua/kanso
Webhooked d1ba9eaf7c BREAKING CHANGE: rename "contrast" to "saturated" throughout codebase
This change renames all occurrences of "contrast" to "saturated" to better describe the functionality:
- Config option `foreground` now accepts "saturated" instead of "contrast"
- All internal color palette variables renamed from *Contrast to *Saturated
- Documentation updated to reflect the new terminology

Migration guide:
- If using `foreground = "contrast"`, change to `foreground = "saturated"`
- If using `foreground = { dark = "contrast", light = "contrast" }`, change to `foreground = { dark = "saturated", light = "saturated" }`
2025-07-28 09:33:50 +02:00
..
highlights feat: add contrast foreground config option 2025-07-25 11:45:27 +02:00
lib Add EditorConfig and standardize code formatting 2025-05-26 11:01:00 +02:00
colors.lua BREAKING CHANGE: rename "contrast" to "saturated" throughout codebase 2025-07-28 09:33:50 +02:00
init.lua BREAKING CHANGE: rename "contrast" to "saturated" throughout codebase 2025-07-28 09:33:50 +02:00
themes.lua BREAKING CHANGE: rename "contrast" to "saturated" throughout codebase 2025-07-28 09:33:50 +02:00
utils.lua feat: add contrast foreground config option 2025-07-25 11:45:27 +02:00