nixvimConfig/config/colorscheme.nix
Nicolas Goudry 1c12503ebf
chore: initial commit
Moved from a94642d3e8
2024-05-27 01:48:56 +02:00

13 lines
217 B
Nix

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