summary refs log tree commit diff stats
path: root/users
diff options
context:
space:
mode:
authorSilas Schöffel <sils@sils.li>2024-03-28 17:14:55 +0100
committerSilas Schöffel <sils@sils.li>2024-03-28 17:14:55 +0100
commitf3cc86b84f048f99ad0f9bd2bfb57bd27ec66c85 (patch)
tree5733fa54a4acfbb98b7678fa73bb4eb70cc05390 /users
parentgtk: change theme to Adwaita (diff)
downloadnix-config-f3cc86b84f048f99ad0f9bd2bfb57bd27ec66c85.tar.gz
nix-config-f3cc86b84f048f99ad0f9bd2bfb57bd27ec66c85.zip
foot: change to light theming
Please don't judge me, I just want to be able to read in sunlight.
Diffstat (limited to 'users')
-rw-r--r--users/sils/foot/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/sils/foot/default.nix b/users/sils/foot/default.nix
index d2cf8bf..520edda 100644
--- a/users/sils/foot/default.nix
+++ b/users/sils/foot/default.nix
@@ -3,7 +3,7 @@
     enable = true;
     settings = {
       colors = {
-        background = "ffffff";
+        background = "e8ead7";
         foreground = "242424";
       };
     };