diff --git a/dunst/dunstrc b/dunst/dunstrc index 930bb0d..fa88922 100644 --- a/dunst/dunstrc +++ b/dunst/dunstrc @@ -1,10 +1,10 @@ [global] corner_radius = 4 transparency = 90 -frame_color = "#94e2d5" +frame_color = "#f38ba8" frame_width = 1 separator_color= frame -highlight = "#89b4fa" +highlight = "#89dceb" [urgency_low] background = "#1e1e2e" diff --git a/fuzzel/fuzzel.ini b/fuzzel/fuzzel.ini index 13911e0..53d23c8 100644 --- a/fuzzel/fuzzel.ini +++ b/fuzzel/fuzzel.ini @@ -1,4 +1,4 @@ -include=~/.config/fuzzel/catppuccin-fuzzel/themes/catppuccin-mocha/mauve.ini +include=~/.config/fuzzel/catppuccin-fuzzel/themes/catppuccin-mocha/red.ini [main] font=FiraCode Nerd Font:size=14 diff --git a/hypr/lid_state.conf b/hypr/lid_state.conf index 8b13789..e69de29 100644 --- a/hypr/lid_state.conf +++ b/hypr/lid_state.conf @@ -1 +0,0 @@ - diff --git a/hypr/modules/theme.conf b/hypr/modules/theme.conf index 42e17c6..933f4cd 100644 --- a/hypr/modules/theme.conf +++ b/hypr/modules/theme.conf @@ -105,9 +105,9 @@ group { font_size = 14 text_color = $text text_color_inactive = $text - col.active = $maroon + col.active = $blue col.inactive = $surface2 } - col.border_active = $maroon $teal 30deg + col.border_active = $red $blue 45deg col.border_inactive = $surface2 } diff --git a/waybar/style.css b/waybar/style.css index 0542b01..ba5bac4 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -80,7 +80,7 @@ window#waybar.bottom { /* --- Clock (Centered Pill) --- */ #clock { - color: @mauve; + color: @red; font-weight: bold; } @@ -93,10 +93,10 @@ window#waybar.bottom { border-color: @green; } #custom-power_status.bat { - color: @yellow; + color: @blue; } #custom-power_status.warning { - color: @peach; + color: @red; } #custom-power_status.critical { color: @red; @@ -112,21 +112,21 @@ window#waybar.bottom { /* --- Hardware Metrics (Left Bottom) --- */ #custom-sys { - color: @teal; + color: @red; } #custom-cpu { color: @blue; } #custom-mem { - color: @lavender; + color: @red; } #custom-network { - color: @sapphire; + color: @blue; } #custom-cpu.high, #custom-mem.high { - color: @yellow; + color: @red; } #custom-cpu.max, #custom-mem.max { @@ -135,23 +135,23 @@ window#waybar.bottom { /* --- Center Bottom Utilities --- */ #custom-gamemode { - color: @yellow; + color: @red; } #custom-gamemode.active { - color: @red; - border-color: @red; + color: @blue; + border-color: @blue; padding-left: 9px; } /* --- Right Bottom Controls --- */ #custom-disk-root { - color: @sky; + color: @blue; } #custom-volume { - color: @mauve; + color: @red; } #custom-mic { - color: @flamingo; + color: @blue; } #custom-volume.muted, #custom-mic.muted {