kanso.nvim/lua
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
..
kanso BREAKING CHANGE: rename "contrast" to "saturated" throughout codebase 2025-07-28 09:33:50 +02:00
lualine/themes feat: add contrast foreground config option 2025-07-25 11:45:27 +02:00