From a2daf257677437353a6bfb5f9bbaf5453ab8028e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Wed, 13 Aug 2025 00:37:52 +0200 Subject: [PATCH] feat(hypr): shadows disabled and changed border colors --- .config/hypr/theme/decoration.conf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.config/hypr/theme/decoration.conf b/.config/hypr/theme/decoration.conf index 84fd8ea4..6db17609 100644 --- a/.config/hypr/theme/decoration.conf +++ b/.config/hypr/theme/decoration.conf @@ -2,8 +2,8 @@ source = ./colors.conf general { border_size = 2 - col.inactive_border = rgba($lavenderAlpha40) - col.active_border = rgba($textAlphabb) rgba($lavenderAlpha40) rgba($lavenderAlpha40) rgba($textAlphabb) 45deg + col.active_border = rgba($lavenderAlpha80) + col.inactive_border = rgba($textAlpha40) gaps_in = 5 gaps_out = 10 @@ -27,12 +27,12 @@ decoration { } shadow { - enabled = yes - range = 30 + enabled = false + range = 10 scale = 2 render_power = 5 - color = $crust - color_inactive = $surface0 + color = $surface0 + color_inactive = $crust } dim_inactive = false