mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
fix: add missing highlight (#293)
This commit is contained in:
parent
f77b8f4452
commit
8e442a7f54
1 changed files with 1 additions and 1 deletions
|
|
@ -498,7 +498,7 @@ local function set_highlights()
|
|||
NeotestFailed = { fg = palette.love },
|
||||
NeotestFile = { fg = palette.text },
|
||||
NeotestFocused = { fg = palette.gold, bg = palette.highlight_med },
|
||||
NeotestIndent = { fg = "" },
|
||||
NeotestIndent = { fg = palette.highlight_med },
|
||||
NeotestMarked = { fg = palette.rose, bold = styles.bold },
|
||||
NeotestNamespace = { fg = palette.gold },
|
||||
NeotestPassed = { fg = palette.pine },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue