more styling
This commit is contained in:
parent
ca38249ad3
commit
ac47aa08b0
|
@ -28,6 +28,18 @@ require('gruvbox-material').setup {
|
||||||
opt.fg = colors.purple
|
opt.fg = colors.purple
|
||||||
end
|
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
|
return opt
|
||||||
end,
|
end,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue