styling done for now
This commit is contained in:
parent
ac47aa08b0
commit
b8022b0fd4
|
@ -33,12 +33,30 @@ require('gruvbox-material').setup {
|
||||||
opt.fg = nil
|
opt.fg = nil
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
if group == '@string' then
|
if group == '@string' then
|
||||||
opt.link = nil
|
opt.link = nil
|
||||||
opt.fg = colors.yellow
|
opt.fg = colors.yellow
|
||||||
end
|
end
|
||||||
|
|
||||||
|
if group == '@keyword.modifier' then
|
||||||
|
opt.link = nil
|
||||||
|
opt.fg = colors.orange
|
||||||
|
end
|
||||||
|
|
||||||
|
if group == '@string.escape' then
|
||||||
|
opt.link = nil
|
||||||
|
opt.fg = colors.aqua
|
||||||
|
end
|
||||||
|
|
||||||
|
if group == '@property' then
|
||||||
|
opt.link = nil
|
||||||
|
opt.fg = nil
|
||||||
|
end
|
||||||
|
|
||||||
|
if group == '@module' then
|
||||||
|
opt.link = nil
|
||||||
|
opt.fg = colors.aqua
|
||||||
|
end
|
||||||
|
|
||||||
return opt
|
return opt
|
||||||
end,
|
end,
|
||||||
|
|
Loading…
Reference in New Issue