feat: add light theme

This commit is contained in:
Jacob Bachmann 2024-03-25 17:17:53 +01:00
parent 1e8844c6a3
commit fdee4f201d
Signed by: bchmnn
GPG key ID: 732A612DAD28067D
8 changed files with 130 additions and 5 deletions

View file

@ -3,10 +3,10 @@
gtk = {
enable = true;
gtk3.extraConfig = {
gtk-application-prefer-dark-theme = 1;
gtk-application-prefer-dark-theme = 0;
};
gtk4.extraConfig = {
gtk-application-prefer-dark-theme = 1;
gtk-application-prefer-dark-theme = 0;
};
};