Fix unbearable colors

This commit is contained in:
Tim Schubert 2021-04-20 21:33:17 +02:00
parent 089a73bdb2
commit 89d331cd95
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
3 changed files with 43 additions and 75 deletions

View file

@ -11,7 +11,7 @@ in
gtk = {
enable = true;
theme.package = pkgs.gnome3.gnome-themes-extra;
theme.name = "Adwaita";
theme.name = "Adwaita-dark";
iconTheme.package = pkgs.gnome3.adwaita-icon-theme;
iconTheme.name = "Adwaita";
font.package = pkgs.cantarell-fonts;