refactor(nvim): set new highlight for diffvew file history
This commit is contained in:
parent
638032941a
commit
228decdd75
@ -124,7 +124,8 @@ require("kanagawa").setup({
|
||||
SmoothCursorTrailSmall = { fg = colors.springBlue },
|
||||
SmoothCursorTrailXSmall = { fg = colors.waveAqua2 },
|
||||
TreesitterContext = { bg = colors.sumiInk0 },
|
||||
FloatTitle = { bg = "NONE" }
|
||||
FloatTitle = { bg = "NONE" },
|
||||
DiffviewFilePanelTitle = { fg = colors.crystalBlue }
|
||||
}
|
||||
|
||||
return overrides
|
||||
|
Loading…
Reference in New Issue
Block a user