nixvimConfig/config/colorscheme.nix

14 lines
217 B
Nix
Raw Normal View History

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