NVim handle lightmode
This commit is contained in:
parent
385c4b9c2c
commit
7373cdbdfd
1 changed files with 5 additions and 10 deletions
|
@ -22,11 +22,6 @@ require("catppuccin").setup({
|
|||
operators = {},
|
||||
},
|
||||
color_overrides = {
|
||||
mocha = {
|
||||
base = "#1c1c1c",
|
||||
mantle = "#1c1c1c",
|
||||
crust = "#1c1c1c",
|
||||
},
|
||||
},
|
||||
integrations = {
|
||||
cmp = true,
|
||||
|
@ -34,5 +29,5 @@ require("catppuccin").setup({
|
|||
})
|
||||
|
||||
-- setup must be called before loading
|
||||
vim.cmd('colorscheme catppuccin-mocha')
|
||||
vim.cmd('colorscheme catppuccin')
|
||||
vim.api.nvim_set_hl(0, "Normal", { guibg = NONE, ctermbg = NONE })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue