From 74a8f08437eef09f57d20be728f80e994cfce69b Mon Sep 17 00:00:00 2001
From: Jan Hensel <ceo@dubious.engineering>
Date: Wed, 11 Sep 2024 14:24:15 +0200
Subject: [PATCH] nvim: mono: Set @variable (TS) color

---
 .config/nvim/lua/mono_lush.lua | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.config/nvim/lua/mono_lush.lua b/.config/nvim/lua/mono_lush.lua
index 91ed62c..1767f2b 100644
--- a/.config/nvim/lua/mono_lush.lua
+++ b/.config/nvim/lua/mono_lush.lua
@@ -266,6 +266,7 @@ local theme = lush(function(injected_functions)
     sym('@constructor')           { sym('@method') , gui = "italic" }, -- For constructor calls and definitions: `{ }` in Lua, and Java constructors.
     sym('@keyword')               { Keyword }, -- For keywords that don't fall in previous categories.
     sym('@type')                  { Type }, -- For types.
+    sym('@variable')              { Identifier },
 
     manOptionDesc { Title },
 
-- 
GitLab