Switch to expected theme

I don't want ubuntu dark as this has orange color.
Instead I want the default which has blue colors.

Don't know how this happened, most parts were blue until today.
This commit is contained in:
Daniel Siepmann 2022-06-07 08:49:09 +02:00
parent 6dbe027d41
commit 45070a76c5
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4
2 changed files with 3 additions and 3 deletions

View file

@ -10,12 +10,12 @@
theme = {
package = pkgs.qogir-theme;
name = "Qogir-Ubuntu-Dark";
name = "Qogir-Dark";
};
iconTheme = {
package = pkgs.qogir-icon-theme;
name = "Qogir-ubuntu-dark";
name = "Qogir-dark";
};
font = {

View file

@ -37,7 +37,7 @@ in {
pointerCursor = {
package = pkgs.qogir-icon-theme;
name = "Qogir-ubuntu-dark";
name = "Qogir-dark";
size = 16;
x11.enable = true;
gtk.enable = true;