refactor(nvim): use fujigray for WinSeparator fg hl
This commit is contained in:
parent
72e9878db6
commit
ccfbc6b226
@ -39,6 +39,7 @@ return {
|
|||||||
vim.api.nvim_set_hl(0, "NvimNotifyTrace", { fg = colors.oniViolet })
|
vim.api.nvim_set_hl(0, "NvimNotifyTrace", { fg = colors.oniViolet })
|
||||||
|
|
||||||
local overrides = {
|
local overrides = {
|
||||||
|
WinSeparator = { fg = colors.fujiGray },
|
||||||
StatusLine = { fg = colors.fujiWhite, bg = colors.sumiInk0 },
|
StatusLine = { fg = colors.fujiWhite, bg = colors.sumiInk0 },
|
||||||
WinBar = { fg = colors.fujiWhite, bg = nil },
|
WinBar = { fg = colors.fujiWhite, bg = nil },
|
||||||
Visual = { bg = "#1d3554" },
|
Visual = { bg = "#1d3554" },
|
||||||
|
Loading…
Reference in New Issue
Block a user