diff --git a/hypr-configs/hyprland/eww/assets/themes/feverblush.scss b/hypr-configs/hyprland/eww/assets/themes/feverblush.scss index 9578553..db412b4 100644 --- a/hypr-configs/hyprland/eww/assets/themes/feverblush.scss +++ b/hypr-configs/hyprland/eww/assets/themes/feverblush.scss @@ -13,9 +13,7 @@ $gray20: #c1c2c3; $gray10: #dadada; $white: #dadada; -$red: #CF223E; - -$red_dark: #b35d5d; +$red: #FA4242; $green: #8ccf7e; $green_dark: #70a665; @@ -39,4 +37,4 @@ $surface2: $gray80; $white0: $gray10; $white1: $white; $white2: $white; -$accent: $blue; +$accent: $red;