From f99b5f7613c0f43fe9b4f4e174a43ad4c6ec1279 Mon Sep 17 00:00:00 2001 From: sefidel Date: Thu, 3 Mar 2022 23:09:07 +0900 Subject: feat(colors): jellybeans-nvim -> gruvbox-material --- fnl/nvrc/packs/treesitter.fnl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'fnl/nvrc/packs') 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 -- cgit 1.4.1