diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-10-20 22:04:58 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-10-21 13:39:46 +0530 |
| commit | 717ed5d90813ac7610b8d9cf1e110b6f31e87efc (patch) | |
| tree | 42162cb8d837eb63fa9b8a9e5dfbb480464e9065 /colors | |
| parent | 662295b04b96580bcf1c78df9d13dca89adaa454 (diff) | |
| download | kakoune-config-717ed5d90813ac7610b8d9cf1e110b6f31e87efc.tar.gz kakoune-config-717ed5d90813ac7610b8d9cf1e110b6f31e87efc.zip | |
Fix datadir for marks + enable treesitter
Diffstat (limited to 'colors')
| -rw-r--r-- | colors/phenax.kak | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/colors/phenax.kak b/colors/phenax.kak index f12c454..a533e74 100644 --- a/colors/phenax.kak +++ b/colors/phenax.kak @@ -2,6 +2,7 @@ evaluate-commands %sh{ foreground="rgb:c5c8c6" foreground2="rgb:90a0a0" foreground3="rgb:709090" + foreground4="rgb:405050" background="default" accent1="rgb:007070" accent2="rgb:009090" @@ -136,6 +137,7 @@ evaluate-commands %sh{ face global ts_documentation documentation face global ts_meta meta face global ts_builtin builtin + face global ts_punctuation_bracket ${foreground4},default " ## lsp |
