about summary refs log tree commit diff
path: root/fnl/nvrc/colors.fnl
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2024-05-19 01:21:06 +0900
committersefidel <contact@sefidel.net>2024-05-19 01:21:06 +0900
commit0d87bda3848b655ace4711172244e8bdd2bf3366 (patch)
treeadf718cafc021b184312887428229d24aae98dd2 /fnl/nvrc/colors.fnl
parent1442e6674d118a38f314a803b7713e63377da1b0 (diff)
downloadnvimrc-0d87bda3848b655ace4711172244e8bdd2bf3366.tar.gz
nvimrc-0d87bda3848b655ace4711172244e8bdd2bf3366.zip
feat(packs/treesitter): jellybeans colour correction
Diffstat (limited to 'fnl/nvrc/colors.fnl')
-rw-r--r--fnl/nvrc/colors.fnl4
1 files changed, 2 insertions, 2 deletions
diff --git a/fnl/nvrc/colors.fnl b/fnl/nvrc/colors.fnl
index cea5567..3a6ca7b 100644
--- a/fnl/nvrc/colors.fnl
+++ b/fnl/nvrc/colors.fnl
@@ -63,7 +63,7 @@
   ; Treesitter extensions
   (highlight! "@text.note" {:fg (. colors :skyblue) :bold true})
   (highlight! "@text.warning" {:fg (. colors :yellow) :bold true})
-  (highlight! "@text.danger" {:fg (. colors :red) :bold true})
-  (highlight! "@variable" {:link :Normal}))
+  (highlight! "@text.danger" {:fg (. colors :red) :bold true}))
+
 
 colors