From 8362462be8a2ee1d0298626c89d4ebdfd443d796 Mon Sep 17 00:00:00 2001 From: Lemmy Date: Wed, 25 Mar 2026 20:14:42 -0400 Subject: [PATCH] chore(sway): fix border color --- Assets/Templates/sway | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Assets/Templates/sway b/Assets/Templates/sway index 8dca9f41e..fa4978f81 100644 --- a/Assets/Templates/sway +++ b/Assets/Templates/sway @@ -1,4 +1,3 @@ -## Colours - Based on Material Design 3 Palette set $primary #{{colors.primary.default.hex_stripped}} set $on_primary #{{colors.on_primary.default.hex_stripped}} set $secondary #{{colors.secondary.default.hex_stripped}} @@ -10,10 +9,10 @@ set $on_surface_variant #{{colors.on_surface_variant.default.hex_stripped}} set $outline #{{colors.outline.default.hex_stripped}} ## Window Colours -# class border backgr. text indicator child_border -client.focused $primary $surface $on_surface $secondary $primary +# class border backgr. text indicator child_border +client.focused $primary $surface $on_surface $primary $primary client.focused_inactive $outline $surface $on_surface_variant $outline $outline client.unfocused $outline $surface $on_surface_variant $outline $outline -client.urgent $error $surface $on_surface $error $error +client.urgent $error $surface $on_surface $error $error client.placeholder $surface $surface $on_surface_variant $surface $surface client.background $surface