From eefc3984aabc66220789659084977acac9a5bb09 Mon Sep 17 00:00:00 2001 From: theanonymousexyz Date: Sun, 5 Jun 2022 00:45:24 +0200 Subject: [PATCH] Change window border color --- sway/.config/sway/config.d/00_appearance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sway/.config/sway/config.d/00_appearance b/sway/.config/sway/config.d/00_appearance index 1ef219b..38ecda9 100644 --- a/sway/.config/sway/config.d/00_appearance +++ b/sway/.config/sway/config.d/00_appearance @@ -19,7 +19,7 @@ output * bg ~/Pictures/Wallpapers/wallpaper fill # Colors (border, bground and text only apply to window titlebars) # class border bground text indicator child_border -client.focused #268bd2 #268bd2 #eee8d5 #839496 #268bd2 +client.focused #6c71c4 #6c71c4 #eee8d5 #839496 #6c71c4 client.focused_inactive #002b36 #002b36 #eee8d5 #002b36 #002b36 client.unfocused #002b36 #002b36 #eee8d5 #002b36 #002b36 client.urgent #dc322f #dc322f #eee8d5 #cb4b16 #dc322f