NVim handle lightmode

This commit is contained in:
pfych 2025-01-08 16:54:38 +11:00
parent 385c4b9c2c
commit 7373cdbdfd

View File

@ -22,11 +22,6 @@ require("catppuccin").setup({
operators = {}, operators = {},
}, },
color_overrides = { color_overrides = {
mocha = {
base = "#1c1c1c",
mantle = "#1c1c1c",
crust = "#1c1c1c",
},
}, },
integrations = { integrations = {
cmp = true, cmp = true,
@ -34,5 +29,5 @@ require("catppuccin").setup({
}) })
-- setup must be called before loading -- 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 }) vim.api.nvim_set_hl(0, "Normal", { guibg = NONE, ctermbg = NONE })