diff options
author | sefidel <contact@sefidel.net> | 2022-03-09 15:48:07 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-03-09 15:48:07 +0900 |
commit | 2ddc1b8d9bf5308b3d31b0a9cd72d96c534e908d (patch) | |
tree | 158d5e33fccee28785d2dcf2d4b855991b7d74c5 /nixos | |
parent | 1afdbfe4ccbc27877388d746ec0afb91b9e6c90a (diff) | |
download | nixrc-2ddc1b8d9bf5308b3d31b0a9cd72d96c534e908d.tar.gz nixrc-2ddc1b8d9bf5308b3d31b0a9cd72d96c534e908d.zip |
feat: adjust avalanche colors
Diffstat (limited to 'nixos')
-rw-r--r-- | nixos/alpha/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/alpha/configuration.nix b/nixos/alpha/configuration.nix index 67e2944..9612616 100644 --- a/nixos/alpha/configuration.nix +++ b/nixos/alpha/configuration.nix @@ -65,7 +65,7 @@ console.font = "${pkgs.dina-font}/share/fonts/misc/DinaMedium10.pcf.gz"; console.colors = [ - "292929" + "232323" "ff668c" "c2d6f0" "fac661" |