From ac47aa08b035cbcd33853ad9121d939e9490b6a2 Mon Sep 17 00:00:00 2001 From: Sam Davenport Date: Sat, 5 Apr 2025 12:31:58 -0500 Subject: [PATCH] more styling --- lua/sld/style.lua | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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, }