mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
Fixed enum use vs magic string
This commit is contained in:
parent
ea0d8dbc8e
commit
905be45da6
1 changed files with 2 additions and 2 deletions
|
|
@ -775,8 +775,8 @@ local function set_highlights()
|
|||
CopilotSuggestion = { fg = palette.muted, italic = styles.italic },
|
||||
|
||||
-- nvim-treesitter/nvim-treesitter-context
|
||||
TreesitterContext = { bg = "overlay" },
|
||||
TreesitterContextLineNumber = { fg = "rose", bg = "overlay" }
|
||||
TreesitterContext = { bg = palette.overlay },
|
||||
TreesitterContextLineNumber = { fg = palette.rose, bg = palette.overlay }
|
||||
}
|
||||
local transparency_highlights = {
|
||||
DiagnosticVirtualTextError = { fg = groups.error },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue