We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac47aa0 commit b8022b0Copy full SHA for b8022b0
lua/sld/style.lua
@@ -33,12 +33,30 @@ require('gruvbox-material').setup {
33
opt.fg = nil
34
end
35
36
-
37
if group == '@string' then
38
opt.link = nil
39
- opt.fg = colors.yellow
+ opt.fg = colors.yellow
+ end
40
+
41
+ if group == '@keyword.modifier' then
42
+ opt.link = nil
43
+ opt.fg = colors.orange
44
45
46
+ if group == '@string.escape' then
47
48
+ opt.fg = colors.aqua
49
50
51
+ if group == '@property' then
52
53
+ opt.fg = nil
54
55
56
+ if group == '@module' then
57
58
59
60
61
return opt
62
end,
0 commit comments