about summary refs log tree commit diff
path: root/fnl/nvrc/packs
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-03-03 23:09:07 +0900
committersefidel <contact@sefidel.net>2022-03-03 23:09:07 +0900
commitf99b5f7613c0f43fe9b4f4e174a43ad4c6ec1279 (patch)
tree98a2c57ebc7e8d7a524db339dd662a24971b62bb /fnl/nvrc/packs
parent909cce24a63be445a642171bb807faa1aff21a0a (diff)
downloadnvimrc-f99b5f7613c0f43fe9b4f4e174a43ad4c6ec1279.tar.gz
nvimrc-f99b5f7613c0f43fe9b4f4e174a43ad4c6ec1279.zip
feat(colors): jellybeans-nvim -> gruvbox-material
Diffstat (limited to 'fnl/nvrc/packs')
-rw-r--r--fnl/nvrc/packs/treesitter.fnl6
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