diff --git a/.config/nvim/lua/mono_lush.lua b/.config/nvim/lua/mono_lush.lua
index 91ed62c5bb7738edbe204194b61de77862a1d694..1767f2b80982d1014a3b3be056f998eb861f5748 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 },