switch to simpler color scheme

This commit is contained in:
Tim Schubert 2022-11-07 16:32:53 +01:00
parent f8333ce288
commit 14a5877b50
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
5 changed files with 34 additions and 71 deletions

View file

@ -13,7 +13,6 @@ in
config = mkIf cfg.enable {
gtk = {
enable = true;
theme.name = "Adwaita-dark";
};
};
}