add highlight and treesitter grammars
This commit is contained in:
parent
e492804a69
commit
ecfdef0d47
2 changed files with 7 additions and 0 deletions
|
|
@ -289,6 +289,7 @@ else
|
|||
)
|
||||
hi("Changed", { fg = palette.blue_bright, bg = palette.blue_subtle_bg, ctermfg = "LightBlue", ctermbg = "DarkBlue" })
|
||||
hi("Removed", { fg = palette.red_bright, bg = palette.red_subtle_bg, ctermfg = "LightRed", ctermbg = "DarkRed" })
|
||||
hi("NotificationInfo", { fg = palette.silver, bg = palette.bg, ctermfg = "White", ctermbg = "Black" })
|
||||
|
||||
-- Snacks
|
||||
hi("SnacksIndentScope", { fg = palette.magenta, ctermfg = "LightGrey" })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue