From bae8a0b4317d4fa7065787671d5e6f5743d2ec6c Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Mon, 25 Mar 2024 14:57:47 -0400 Subject: [PATCH] hyprland: switched to light theme --- home/hypr/default.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/home/hypr/default.nix b/home/hypr/default.nix index a5164fbb..5b09ece6 100644 --- a/home/hypr/default.nix +++ b/home/hypr/default.nix @@ -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";