diff options
Diffstat (limited to 'fnl/nvrc/packs/treesitter.fnl')
-rw-r--r-- | fnl/nvrc/packs/treesitter.fnl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fnl/nvrc/packs/treesitter.fnl b/fnl/nvrc/packs/treesitter.fnl index 5ffd1fa..caa3648 100644 --- a/fnl/nvrc/packs/treesitter.fnl +++ b/fnl/nvrc/packs/treesitter.fnl @@ -8,10 +8,10 @@ :extended_mode true :max_file_lines 2000 :disable [:c :cpp] - :colors [(. colors :skyblue) + :colors [(. colors :green) + (. colors :skyblue) (. colors :blue) - (. colors :violet) - (. colors :magenta)]} + (. colors :violet)]} :incremental_selection {:enable true :keymaps {:init_selection :gnn :node_incremental :grn |