nixvimConfig/config/colorscheme.nix
2024-05-27 09:39:25 +02:00

14 lines
226 B
Nix

{
colorschemes = {
catppuccin = {
enable = true;
settings = {
flavour = "mocha";
# Needed to keep terminal transparency, if any
transparent_background = true;
};
};
};
}