mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
feat(theme): add p00f/nvim-ts-rainbow
This commit is contained in:
parent
7e24308a3b
commit
cc042c7175
1 changed files with 4 additions and 0 deletions
|
|
@ -573,6 +573,10 @@ function M.get(config)
|
|||
AlphaHeader = { fg = "pine", style="bold"},
|
||||
AlphaFooter = { fg = "muted"},
|
||||
AlphaButton = { fg = "foam", style="bold"},
|
||||
|
||||
-- p00f/nvim-ts-rainbow
|
||||
rainbowcol1 = { link = "SpecialKey" },
|
||||
|
||||
}
|
||||
|
||||
vim.g.terminal_color_0 = p.overlay -- black
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue