refactor(nvim): set hl for NeogitCommandText
Some checks failed
Check Formatting of Files / Check-Formatting (push) Has been cancelled
Some checks failed
Check Formatting of Files / Check-Formatting (push) Has been cancelled
This commit is contained in:
parent
0bee5d12df
commit
78d2516d02
@ -35,7 +35,6 @@ return {
|
||||
})
|
||||
|
||||
vim.cmd.colorscheme("kanagawa")
|
||||
local palette = require("kanagawa.colors").setup()
|
||||
local colors = require("kanagawa.colors").setup().palette
|
||||
|
||||
-- HACK: This table was formed as an array to ensure the ordering of the keys. Since some
|
||||
@ -60,6 +59,7 @@ return {
|
||||
{ "WinSeparator", { fg = colors.fujiGray } },
|
||||
{ "StatusLine", { fg = colors.fujiWhite, bg = colors.sumiInk0 } },
|
||||
{ "WinBar", { link = "StatusLine" } },
|
||||
{ "NeogitCommandText", { fg = colors.oniViolet2 } },
|
||||
{ "NeogitPopupSectionTitle", { fg = colors.crystalBlue } },
|
||||
{ "NeogitPopupConfigEnabled", { fg = colors.springBlue, italic = true } },
|
||||
{ "NeogitPopupActionkey", { fg = colors.surimiOrange } },
|
||||
|
Loading…
Reference in New Issue
Block a user