Commit graph

12 commits

Author SHA1 Message Date
Webhooked
7b15ed796b fix: resolve lazy.nvim loading issue and theme priority 2025-07-31 08:56:33 +02:00
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
Webhooked
024999f6f9 feat: add contrast foreground config option 2025-07-25 11:45:27 +02:00
Webhooked
5ae1ef3c4f improve color naming for easier maintainability and customization 2025-07-25 11:45:27 +02:00
Webhooked
f826fa9851 fix: further improvements for color consistency across palette 2025-06-09 10:31:25 +02:00
Webhooked
b25f3a78b2 fix: improve color consistency across palette 2025-06-09 10:17:08 +02:00
Webhooked
e1e0cd83e4 fix: color update for Mist variant 2025-06-09 10:12:45 +02:00
Webhooked
99c7bedc95 feat: all new Kanso Mist theme variant 2025-06-07 14:56:23 +02:00
Webhooked
85ad1002b2 Adjust whitespace and indent colors for better visibility 2025-05-30 14:00:39 +02:00
Webhooked
90088255f9 Add EditorConfig and standardize code formatting
Adds an EditorConfig file to maintain consistent coding styles across editors. Reformats code with consistent indentation using spaces instead of tabs. Makes minor color palette adjustments.
2025-05-26 11:01:00 +02:00
Webhooked
921f85c99a Add support for untracked files in Git signs 2025-05-07 11:34:40 +02:00
Webhooked
62e9c5d669 Initial commit 2025-05-06 12:02:29 +02:00