mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
parent
8869e546d4
commit
1ebe0a5171
1 changed files with 2 additions and 2 deletions
|
|
@ -80,7 +80,7 @@ local function set_highlights()
|
||||||
local default_highlights = {
|
local default_highlights = {
|
||||||
ColorColumn = { bg = palette.surface },
|
ColorColumn = { bg = palette.surface },
|
||||||
Conceal = { bg = "NONE" },
|
Conceal = { bg = "NONE" },
|
||||||
CurSearch = { fg = palette.base, bg = palette.text },
|
CurSearch = { fg = palette.base, bg = palette.gold },
|
||||||
Cursor = { fg = palette.text, bg = palette.highlight_high },
|
Cursor = { fg = palette.text, bg = palette.highlight_high },
|
||||||
CursorColumn = { bg = palette.overlay },
|
CursorColumn = { bg = palette.overlay },
|
||||||
-- CursorIM = {},
|
-- CursorIM = {},
|
||||||
|
|
@ -126,7 +126,7 @@ local function set_highlights()
|
||||||
RedrawDebugClear = { fg = palette.base, bg = palette.gold },
|
RedrawDebugClear = { fg = palette.base, bg = palette.gold },
|
||||||
RedrawDebugComposed = { fg = palette.base, bg = palette.pine },
|
RedrawDebugComposed = { fg = palette.base, bg = palette.pine },
|
||||||
RedrawDebugRecompose = { fg = palette.base, bg = palette.love },
|
RedrawDebugRecompose = { fg = palette.base, bg = palette.love },
|
||||||
Search = { fg = palette.text, bg = palette.text, blend = 20 },
|
Search = { fg = palette.text, bg = palette.gold, blend = 20 },
|
||||||
SignColumn = { fg = palette.text, bg = "NONE" },
|
SignColumn = { fg = palette.text, bg = "NONE" },
|
||||||
SpecialKey = { fg = palette.foam },
|
SpecialKey = { fg = palette.foam },
|
||||||
SpellBad = { sp = palette.subtle, undercurl = true },
|
SpellBad = { sp = palette.subtle, undercurl = true },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue