diff --git a/lua/sld/style.lua b/lua/sld/style.lua
index 0f950d2a..0e045e9a 100644
--- a/lua/sld/style.lua
+++ b/lua/sld/style.lua
@@ -28,6 +28,18 @@ require('gruvbox-material').setup {
       opt.fg = colors.purple
     end
 
+    if string.find(group, '@variable') then
+      opt.link = nil
+      opt.fg = nil
+    end
+
+
+    if group == '@string' then
+      opt.link = nil
+      opt.fg = colors.yellow 
+    end
+
+
     return opt
   end,
 }