mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
fix: revert last two commits
This commit is contained in:
parent
12e6bcb9e6
commit
6d68345a49
1 changed files with 0 additions and 4 deletions
|
|
@ -78,10 +78,6 @@ local function set_highlights()
|
||||||
IndentBlanklineSpaceCharBlankline = { fg = palette.muted, nocombine = true },
|
IndentBlanklineSpaceCharBlankline = { fg = palette.muted, nocombine = true },
|
||||||
}
|
}
|
||||||
local default_highlights = {
|
local default_highlights = {
|
||||||
-- Trouble.nvim highlights
|
|
||||||
TroubleBasename = { fg = palette.gold, bold = styles.bold },
|
|
||||||
TroubleCode = { fg = palette.gold, bold = styles.bold },
|
|
||||||
|
|
||||||
ColorColumn = { bg = palette.surface },
|
ColorColumn = { bg = palette.surface },
|
||||||
Conceal = { bg = "NONE" },
|
Conceal = { bg = "NONE" },
|
||||||
CurSearch = { fg = palette.base, bg = palette.gold },
|
CurSearch = { fg = palette.base, bg = palette.gold },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue