that was so annoying

This commit is contained in:
Ben Kyd
2023-03-05 23:39:52 +00:00
parent ccd7921439
commit ffcfd09dfe
4 changed files with 125 additions and 86 deletions

View File

@@ -18,9 +18,12 @@ require('kanagawa').setup({
dimInactive = false, -- dim inactive window `:h hl-NormalNC`
globalStatus = true, -- adjust window separators highlight for laststatus=3
terminalColors = true, -- define vim.g.terminal_color_{0,17}
colors = {
bg = '#22222d',
},
overrides = {},
theme = "default" -- Load "default" theme or the experimental "light" theme
})
-- setup must be called before loading
vim.cmd("colorscheme kanagawa-wave")
vim.cmd("colorscheme kanagawa")