diff options
author | sefidel <contact@sefidel.net> | 2022-02-01 15:38:37 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-02-01 15:38:37 +0900 |
commit | cb2295443e49c3ea487b94cfcfb86e58b04688b7 (patch) | |
tree | 5cfe6f0dec1969b7b68c848c8db4a54e154e994d /home/profiles/base | |
parent | 48d6a7c772ae6e3e9efb127f4a7dadca4e41c2f4 (diff) | |
download | nixrc-cb2295443e49c3ea487b94cfcfb86e58b04688b7.tar.gz nixrc-cb2295443e49c3ea487b94cfcfb86e58b04688b7.zip |
home/base: use jellybeans bg
Diffstat (limited to 'home/profiles/base')
-rw-r--r-- | home/profiles/base/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/profiles/base/default.nix b/home/profiles/base/default.nix index 4805969..4af56cd 100644 --- a/home/profiles/base/default.nix +++ b/home/profiles/base/default.nix @@ -38,7 +38,7 @@ in identifier = "nightlamp-iceberg"; colors = { - background = "18191f"; + background = "151515"; foreground = "cbc0ab"; alt0 = "404147"; alt1 = "54555b"; |