Skip to content

Commit ac47aa0

Browse files
more styling
1 parent ca38249 commit ac47aa0

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

lua/sld/style.lua

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,18 @@ require('gruvbox-material').setup {
2828
opt.fg = colors.purple
2929
end
3030

31+
if string.find(group, '@variable') then
32+
opt.link = nil
33+
opt.fg = nil
34+
end
35+
36+
37+
if group == '@string' then
38+
opt.link = nil
39+
opt.fg = colors.yellow
40+
end
41+
42+
3143
return opt
3244
end,
3345
}

0 commit comments

Comments
 (0)