mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
feat: add highlights for nvim-treesitter-context (#260)
This commit is contained in:
parent
1f22d4e97e
commit
63f4613365
1 changed files with 4 additions and 0 deletions
|
|
@ -773,6 +773,10 @@ local function set_highlights()
|
|||
|
||||
-- github/copilot.vim
|
||||
CopilotSuggestion = { fg = palette.muted, italic = styles.italic },
|
||||
|
||||
-- nvim-treesitter/nvim-treesitter-context
|
||||
TreesitterContext = { bg = "overlay" },
|
||||
TreesitterContextLineNumber = { fg = "rose", bg = "overlay" }
|
||||
}
|
||||
local transparency_highlights = {
|
||||
DiagnosticVirtualTextError = { fg = groups.error },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue