Skip to content

Commit d6a22ef

Browse files
committed
Set catppuccin nvim color_overrides
1 parent d291a3e commit d6a22ef

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

home/default.nix

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,14 @@
163163
];
164164
extraLuaConfig = ''
165165
require("catppuccin").setup {
166-
flavour = "mocha"
166+
flavour = "mocha",
167+
color_overrides = {
168+
mocha = {
169+
base = "#000000",
170+
mantle = "#000000",
171+
crust = "#000000",
172+
},
173+
},
167174
}
168175
vim.cmd.colorscheme "catppuccin"
169176
vim.g.airline_powerline_fonts = 1

0 commit comments

Comments
 (0)