diff options
Diffstat (limited to 'nixos/.flake/home/services/mako.nix')
-rw-r--r-- | nixos/.flake/home/services/mako.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/.flake/home/services/mako.nix b/nixos/.flake/home/services/mako.nix index 94348e3..021cb8c 100644 --- a/nixos/.flake/home/services/mako.nix +++ b/nixos/.flake/home/services/mako.nix @@ -3,6 +3,6 @@ { services.mako = { enable = true; - backgroundColor = "#ece0c9ff"; + backgroundColor = "#191916ff"; }; } |