kanso.nvim/lua/kanso
Webhooked 1afbbb449a feat: add minimal mode for reduced color palette
Add new `minimal` config option that provides a cleaner, more focused
  color scheme with fewer distinct colors:
  - Variables/constants: white
  - Functions/methods: blue
  - Types: aqua
  - Keywords/statements: gray
  - Operators: yellow
  - Brackets/punctuation: gray
  - Properties/members: violet
2026-01-31 16:47:32 +01:00
..
highlights feat: add minimal mode for reduced color palette 2026-01-31 16:47:32 +01:00
lib Add EditorConfig and standardize code formatting 2025-05-26 11:01:00 +02:00
colors.lua fix: resolve lazy.nvim loading issue and theme priority 2025-07-31 08:56:33 +02:00
init.lua feat: add minimal mode for reduced color palette 2026-01-31 16:47:32 +01:00
themes.lua Update bg_dim to use lighter palette variants 2025-12-30 12:35:07 +01:00
utils.lua feat: add contrast foreground config option 2025-07-25 11:45:27 +02:00