mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 04:53:54 -05:00
hyprland: switched to light theme
This commit is contained in:
parent
790f20292f
commit
bae8a0b431
|
@ -42,7 +42,7 @@
|
|||
qt = {
|
||||
enable = true;
|
||||
platformTheme = "gtk";
|
||||
style.name = "Catppuccin-Frappe-Compact-Green-Dark";
|
||||
style.name = "Catppuccin-Latte-Compact-Green-Light";
|
||||
};
|
||||
|
||||
gtk = {
|
||||
|
@ -51,17 +51,17 @@
|
|||
package = pkgs.catppuccin-gtk.override {
|
||||
accents = [ "green" ];
|
||||
size = "compact";
|
||||
variant = "frappe";
|
||||
variant = "latte";
|
||||
tweaks = [ "normal" ];
|
||||
};
|
||||
name = "Catppuccin-Frappe-Compact-Green-Dark";
|
||||
name = "Catppuccin-Latte-Compact-Green-Light";
|
||||
};
|
||||
iconTheme = {
|
||||
package = pkgs.catppuccin-papirus-folders.override {
|
||||
flavor = "frappe";
|
||||
flavor = "latte";
|
||||
accent = "green";
|
||||
};
|
||||
name = "Papirus-Dark";
|
||||
name = "Papirus-Light";
|
||||
};
|
||||
font = {
|
||||
name = "Noto Sans Nerd Font Regular";
|
||||
|
|
Loading…
Reference in a new issue