diff --git a/hypr/scripts/templates/hyprland/aesthetic.conf b/hypr/scripts/templates/hyprland/aesthetic.conf index b1f608f..f11f191 100644 --- a/hypr/scripts/templates/hyprland/aesthetic.conf +++ b/hypr/scripts/templates/hyprland/aesthetic.conf @@ -7,7 +7,7 @@ decoration { shadow { range = 20 render_power = 3 - color = rgba($based4) + color = rgba($surfaced4) } } @@ -18,7 +18,7 @@ general { border_size = 3 col.active_border = rgba($primarye6) - col.inactive_border = rgba($subtext111) + col.inactive_border = rgba($onSurfaceVariant11) } # Pinned windows border diff --git a/hypr/scripts/templates/hyprland/functional.conf b/hypr/scripts/templates/hyprland/functional.conf index f2f7c60..2847ad8 100644 --- a/hypr/scripts/templates/hyprland/functional.conf +++ b/hypr/scripts/templates/hyprland/functional.conf @@ -10,7 +10,7 @@ decoration { shadow { range = 5 render_power = 3 - color = rgba($overlay2d4) + color = rgba($outlined4) } # Dim inactive windows @@ -24,8 +24,8 @@ general { gaps_out = 10 border_size = 0 - col.active_border = rgb($subtext1) - col.inactive_border = rgba($subtext194) + col.active_border = rgb($onSurfaceVariant) + col.inactive_border = rgba($onSurfaceVariant94) } # Pinned windows border diff --git a/install.fish b/install.fish index 5d36693..228b96a 100755 --- a/install.fish +++ b/install.fish @@ -280,7 +280,7 @@ end # Generate scheme stuff if needed if ! test -f $state/caelestia/scheme.json caelestia scheme set -n shadotheme - sleep .1 + sleep .5 hyprctl reload end