Skip to content

Commit d7e792b

Browse files
committed
Set catppuccin nvim color_overrides
1 parent 5ea2afb commit d7e792b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

home/default.nix

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,14 @@
157157
plugins = [pkgs.vimPlugins.catppuccin-nvim];
158158
extraLuaConfig = ''
159159
require("catppuccin").setup {
160-
flavour = "mocha"
160+
flavour = "mocha",
161+
color_overrides = {
162+
mocha = {
163+
base = "#000000",
164+
mantle = "#000000",
165+
crust = "#000000",
166+
},
167+
},
161168
}
162169
vim.cmd.colorscheme "catppuccin"
163170
'';

0 commit comments

Comments
 (0)