sway-config/config.d/theme.conf

22 lines
735 B
Text
Raw Permalink Normal View History

# THEME COLORS
set $brd_fcs #480048
set $bg_fcs #500050
set $txt_fcs #ffffaa
set $brd_fcs_in #280028
set $bg_fcs_in #300030
set $txt_fcs_in #aaaaaa
set $brd_unfcs #180018
set $bg_unfcs #200020
set $txt_unfcs #888888
set $brd_urgent #a800a8
set $bg_urgent #b000b0
set $txt_urgent #000000
client.focused $brd_fcs $bg_fcs $txt_fcs $bg_fcs $bg_fcs
client.focused_inactive $brd_fcs_in $bg_fcs_in $txt_fcs_in $bg_fcs_in $bg_fcs_in
client.unfocused $brd_unfcs $bg_unfcs $txt_unfcs $bg_unfcs $bg_unfcs
client.urgent $brd_urgent $bg_urgent $txt_urgent $bg_urgent $bg_urgent
client.placeholder #000000 #0c000c #ffffff #000000 #0c000c
client.background #ffffff