kanso.nvim/lua/kanso/highlights
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
..
editor.lua Add config field to disable bold styles across the whole theme 2025-05-21 09:18:51 +02:00
init.lua Initial commit 2025-05-06 12:02:29 +02:00
lsp.lua feat: add minimal mode for reduced color palette 2026-01-31 16:47:32 +01:00
plugins.lua Fix PmenuSel for coc.vim (#47) 2026-01-31 15:44:06 +01:00
syntax.lua feat: add minimal mode for reduced color palette 2026-01-31 16:47:32 +01:00
treesitter.lua feat: add minimal mode for reduced color palette 2026-01-31 16:47:32 +01:00