From 0d87bda3848b655ace4711172244e8bdd2bf3366 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sun, 19 May 2024 01:21:06 +0900 Subject: feat(packs/treesitter): jellybeans colour correction --- fnl/nvrc/colors.fnl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fnl/nvrc/colors.fnl') 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 -- cgit 1.4.1