refactor(nvim): use fujigray for WinSeparator fg hl

This commit is contained in:
Price Hiller 2023-09-05 11:50:10 -05:00
parent 72e9878db6
commit ccfbc6b226
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -39,6 +39,7 @@ return {
vim.api.nvim_set_hl(0, "NvimNotifyTrace", { fg = colors.oniViolet })
local overrides = {
WinSeparator = { fg = colors.fujiGray },
StatusLine = { fg = colors.fujiWhite, bg = colors.sumiInk0 },
WinBar = { fg = colors.fujiWhite, bg = nil },
Visual = { bg = "#1d3554" },