From 49d5cd6cab1f9a70a908b22ade672d79f66a2d48 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sun, 12 May 2024 12:38:07 +0900 Subject: fix(colors): fix colour on treesitter --- fnl/nvrc/colors.fnl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fnl/nvrc/colors.fnl b/fnl/nvrc/colors.fnl index 85df856..fba6aa3 100644 --- a/fnl/nvrc/colors.fnl +++ b/fnl/nvrc/colors.fnl @@ -61,6 +61,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! "@text.danger" {:fg (. colors :red) :bold true}) + (highlight! "@variable" {:link :Normal})) colors -- cgit 1.4.1