Add catppuccin themeing

This commit is contained in:
Fabian Hauser 2024-04-10 10:47:56 +07:00
parent 3f4a4c838d
commit 4eea2232fb
12 changed files with 47 additions and 32 deletions

View file

@ -1,7 +1,8 @@
{ pkgs, ... }: {
services.mako = {
enable = true;
backgroundColor = "#CCCCCCCC"; # TODO: Make layout colors in a central place
catppuccin.enable = true;
#backgroundColor = "#CCCCCCCC"; # TODO: Make layout colors in a central place
borderSize = 0;
#borderColor = "#4C7899FF";
defaultTimeout = 1500;