mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19:22 +01:00
sway/aminda-theme.conf: initial commit
This commit is contained in:
parent
3adab86b9a
commit
5c299c6ce8
17
conf/sway/config.d/aminda-theme.conf
Normal file
17
conf/sway/config.d/aminda-theme.conf
Normal file
@ -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?
|
Loading…
Reference in New Issue
Block a user