feat(nvim): set highlights for headlines.nvim
This commit is contained in:
parent
36256444d2
commit
21b1849b9b
@ -125,7 +125,9 @@ require("kanagawa").setup({
|
|||||||
SmoothCursorTrailXSmall = { fg = colors.waveAqua2 },
|
SmoothCursorTrailXSmall = { fg = colors.waveAqua2 },
|
||||||
TreesitterContext = { bg = colors.sumiInk0 },
|
TreesitterContext = { bg = colors.sumiInk0 },
|
||||||
FloatTitle = { bg = "NONE" },
|
FloatTitle = { bg = "NONE" },
|
||||||
DiffviewFilePanelTitle = { fg = colors.crystalBlue }
|
DiffviewFilePanelTitle = { fg = colors.crystalBlue },
|
||||||
|
Headline = { bg = colors.sumiInk2 },
|
||||||
|
HeadlineReversed = { bg = colors.sumiInk1 }
|
||||||
}
|
}
|
||||||
|
|
||||||
return overrides
|
return overrides
|
||||||
|
Loading…
Reference in New Issue
Block a user