From d200cec03cbe46e9fb1d9e92d63174ba931b3a5a Mon Sep 17 00:00:00 2001 From: Ryan Yogan Date: Thu, 17 Jul 2025 19:14:15 -0500 Subject: [PATCH] removes not-needed styles --- themes/catppuccin-latte/hyprland.conf | 8 -------- 1 file changed, 8 deletions(-) diff --git a/themes/catppuccin-latte/hyprland.conf b/themes/catppuccin-latte/hyprland.conf index fb4b642..3d8d7e9 100644 --- a/themes/catppuccin-latte/hyprland.conf +++ b/themes/catppuccin-latte/hyprland.conf @@ -1,16 +1,8 @@ # https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors $latte_blue = rgb(1e66f5) -$latte_magenta = rgb(ea76cb) -$latte_pink = rgb(8839ef) -$latte_gray = rgb(bcc0cc) -$latte_crust = rgb(dce0e8) general { col.active_border = $latte_blue - col.inactive_border = $latte_gray - col.group_border = $latte_magenta - col.group_border_active = $latte_pink - col.separator = $latte_crust }