more styling

This commit is contained in:
Sam Davenport 2025-04-05 12:31:58 -05:00
parent ca38249ad3
commit ac47aa08b0
1 changed files with 12 additions and 0 deletions

View File

@ -28,6 +28,18 @@ require('gruvbox-material').setup {
opt.fg = colors.purple
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
end,
}