hyprland: switched to light theme

This commit is contained in:
Aly Raffauf 2024-03-25 14:57:47 -04:00
parent 790f20292f
commit bae8a0b431

View file

@ -42,7 +42,7 @@
qt = { qt = {
enable = true; enable = true;
platformTheme = "gtk"; platformTheme = "gtk";
style.name = "Catppuccin-Frappe-Compact-Green-Dark"; style.name = "Catppuccin-Latte-Compact-Green-Light";
}; };
gtk = { gtk = {
@ -51,17 +51,17 @@
package = pkgs.catppuccin-gtk.override { package = pkgs.catppuccin-gtk.override {
accents = [ "green" ]; accents = [ "green" ];
size = "compact"; size = "compact";
variant = "frappe"; variant = "latte";
tweaks = [ "normal" ]; tweaks = [ "normal" ];
}; };
name = "Catppuccin-Frappe-Compact-Green-Dark"; name = "Catppuccin-Latte-Compact-Green-Light";
}; };
iconTheme = { iconTheme = {
package = pkgs.catppuccin-papirus-folders.override { package = pkgs.catppuccin-papirus-folders.override {
flavor = "frappe"; flavor = "latte";
accent = "green"; accent = "green";
}; };
name = "Papirus-Dark"; name = "Papirus-Light";
}; };
font = { font = {
name = "Noto Sans Nerd Font Regular"; name = "Noto Sans Nerd Font Regular";