refactor(nvim): set hl for NeogitCommandText
Some checks failed
Check Formatting of Files / Check-Formatting (push) Has been cancelled

This commit is contained in:
Price Hiller 2024-06-03 23:00:53 -05:00
parent 0bee5d12df
commit 78d2516d02
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -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 } },