diff options
author | sefidel <contact@sefidel.net> | 2022-03-03 23:09:07 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-03-03 23:09:07 +0900 |
commit | f99b5f7613c0f43fe9b4f4e174a43ad4c6ec1279 (patch) | |
tree | 98a2c57ebc7e8d7a524db339dd662a24971b62bb /fnl/nvrc/packs/treesitter.fnl | |
parent | 909cce24a63be445a642171bb807faa1aff21a0a (diff) | |
download | nvimrc-f99b5f7613c0f43fe9b4f4e174a43ad4c6ec1279.tar.gz nvimrc-f99b5f7613c0f43fe9b4f4e174a43ad4c6ec1279.zip |
feat(colors): jellybeans-nvim -> gruvbox-material
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 |