Reorg the shit out of sway colors
This commit is contained in:
parent
cc70578be2
commit
88997abede
@ -61,13 +61,21 @@ set $white #ebdbb2
|
|||||||
set $black #282828
|
set $black #282828
|
||||||
set $gray #32302f
|
set $gray #32302f
|
||||||
|
|
||||||
# <colorclass> <brd> <bg> <text> <ind> <chld>
|
# See sway(5) for details on these
|
||||||
client.focused $blue $black $white $gray $blue
|
# Border color of the view itself v
|
||||||
client.focused_inactive $gray $black $white $gray $gray
|
# Indicator color (like for v/h split) v
|
||||||
client.unfocused $gray $black $white $gray $gray
|
# Titlebar text color v
|
||||||
client.urgent $yellow $black $white $gray $yellow
|
# Titlebar backgrouond color v
|
||||||
client.placeholder $magenta $black $white $gray $magenta
|
# Titlebar border color v
|
||||||
client.background $bg
|
# <colorclass> <brd> <bg> <text> <ind> <chld>
|
||||||
|
# The currently focused window
|
||||||
|
client.focused $blue $blue $black $gray $blue
|
||||||
|
# The most recently focused view in an unfocused container
|
||||||
|
client.focused_inactive $gray $black $white $gray $gray
|
||||||
|
# Any other unfocused views
|
||||||
|
client.unfocused $gray $gray $white $gray $gray
|
||||||
|
# Any view with an urgency hint
|
||||||
|
client.urgent $yellow $black $white $gray $yellow
|
||||||
|
|
||||||
## KEYBINDINGS
|
## KEYBINDINGS
|
||||||
# Set modifiers
|
# Set modifiers
|
||||||
|
Loading…
Reference in New Issue
Block a user