Make borders more prominent
This commit is contained in:
parent
2969c076ec
commit
4adeabb4f3
|
@ -36,15 +36,15 @@ include $HOME/.dotfiles/sway/colorscheme
|
|||
# Assign colors to elements (TODO: actually name the colors for better readability)
|
||||
client.background $blck
|
||||
# Property Name Border BG Text Hilight Child Border
|
||||
client.focused $rblu $bblu $hlgt $bblu $bblu
|
||||
client.focused_inactive $bkgd $bkgd $rblu $dimm $bkgd
|
||||
client.unfocused $bkgd $hlgt $rblu $bkgd $bkgd
|
||||
client.focused $bgrn $rgrn $bkgd $bblu $bgrn
|
||||
client.focused_inactive $rblu $bkgd $rblu $dimm $rblu
|
||||
client.unfocused $frgd $blck $frgd $bkgd $frgd
|
||||
client.urgent $rred $frgd $hlgt $frgd $rred
|
||||
# Feature request (https://github.com/swaywm/sway/pull/7208) does not exist as of 1.7
|
||||
#client.sticky $rylw $rylw $rylw $rylw $rylw
|
||||
#client.sticky_inactive $rmgt $rmgt $rmgt $rmgt $rmgt
|
||||
#client.sticky_unfocused $rcyn $rcyn $rcyn $rcyn $rcyn
|
||||
client.placeholder $hlgt $hlgt $rblu $hlgt $hlgt
|
||||
client.placeholder $rylw $hlgt $rblu $hlgt $hlgt
|
||||
|
||||
################################################################################
|
||||
# Bindings
|
||||
|
|
Loading…
Reference in New Issue