Skip to content

Commit b8022b0

Browse files
styling done for now
1 parent ac47aa0 commit b8022b0

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

lua/sld/style.lua

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,30 @@ require('gruvbox-material').setup {
3333
opt.fg = nil
3434
end
3535

36-
3736
if group == '@string' then
3837
opt.link = nil
39-
opt.fg = colors.yellow
38+
opt.fg = colors.yellow
39+
end
40+
41+
if group == '@keyword.modifier' then
42+
opt.link = nil
43+
opt.fg = colors.orange
44+
end
45+
46+
if group == '@string.escape' then
47+
opt.link = nil
48+
opt.fg = colors.aqua
4049
end
4150

51+
if group == '@property' then
52+
opt.link = nil
53+
opt.fg = nil
54+
end
55+
56+
if group == '@module' then
57+
opt.link = nil
58+
opt.fg = colors.aqua
59+
end
4260

4361
return opt
4462
end,

0 commit comments

Comments
 (0)