[neovim] Add a couple overrides for the zaibatsu colorscheme
Improve the contrast of menu chrome with this color scheme.
This commit is contained in:
parent
9d9475db78
commit
03fe14895c
1 changed files with 11 additions and 0 deletions
|
@ -48,4 +48,15 @@ vim.api.nvim_create_autocmd("ColorScheme", {
|
|||
group = colorscheme_group,
|
||||
})
|
||||
|
||||
vim.api.nvim_create_autocmd("ColorScheme", {
|
||||
pattern = "zaibatsu",
|
||||
callback = function()
|
||||
vim.cmd [[
|
||||
hi! Pmenu ctermbg=8
|
||||
hi! VertSplit ctermbg=8
|
||||
]]
|
||||
end,
|
||||
group = colorscheme_group,
|
||||
})
|
||||
|
||||
vim.cmd [[ color zaibatsu ]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue