commit
1c12503ebf
15 changed files with 1434 additions and 0 deletions
13
config/colorscheme.nix
Normal file
13
config/colorscheme.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# Use catppuccin mocha variant
|
||||
{
|
||||
catppuccin = {
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
flavour = "mocha";
|
||||
|
||||
# Needed to keep terminal transparency, if any
|
||||
transparent_background = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue