From 5c299c6ce8b7918a522857fa3d8ee4d5d9dabed0 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sat, 20 Jan 2024 18:39:28 +0200 Subject: [PATCH] sway/aminda-theme.conf: initial commit --- conf/sway/config.d/aminda-theme.conf | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 conf/sway/config.d/aminda-theme.conf diff --git a/conf/sway/config.d/aminda-theme.conf b/conf/sway/config.d/aminda-theme.conf new file mode 100644 index 00000000..e906afcc --- /dev/null +++ b/conf/sway/config.d/aminda-theme.conf @@ -0,0 +1,17 @@ +set $red #ff0000 +set $black #000000 +set $green #00FFFF +set $white #ffffff +set $blue #0000FF + +# clientclass border backgr text indicator +client.focused $red $white $black $white +client.focused_inactive $red $black $white $white +client.unfocused $red $black $red $white +client.urgent $red $white $blue $white + +# focused -the window in front +# focused_inacitve - ?visible nut no keyboard/mouse +# unfocused - in the background +# urgent - terminal bell / ping / new notification etc. except not Telegram +# or Matrix?