diff options
author | sefidel <contact@sefidel.net> | 2022-03-13 16:28:13 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-03-13 16:28:13 +0900 |
commit | 06c4981626a1a213a9e6260e117bce6822836e4f (patch) | |
tree | e31d514178c6e2dcd1f687bf14dca4205931c7b4 /nixos | |
parent | fce9e1d4881a9fb674f3722684db5ab76ea835dd (diff) | |
download | nixrc-06c4981626a1a213a9e6260e117bce6822836e4f.tar.gz nixrc-06c4981626a1a213a9e6260e117bce6822836e4f.zip |
feat(colors): tweak orange, yellow
Diffstat (limited to 'nixos')
-rw-r--r-- | nixos/alpha/configuration.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/alpha/configuration.nix b/nixos/alpha/configuration.nix index a0459b0..4372f4c 100644 --- a/nixos/alpha/configuration.nix +++ b/nixos/alpha/configuration.nix @@ -68,7 +68,7 @@ "151515" "cf6a4c" "99ad6a" - "d8a465" + "dfa358" "8197bf" "b3a3ff" "8fbfdc" @@ -76,7 +76,7 @@ "333333" "d98870" "adbd88" - "e0b684" + "e5b579" "9aaccc" "c2b5ff" "a5cce3" |