i3: Change color scheme to cyan
This commit is contained in:
parent
52fc93a102
commit
57fdd50ab6
@ -39,11 +39,11 @@ set_from_resource $fg color15 #ebdbb2
|
||||
|
||||
# Apply colors to i3
|
||||
# <colorclass> <border> <backgrd> <text> <indicator> <child_border>
|
||||
client.focused $purple2 $bg $fg $bg_soft $purple2
|
||||
client.focused_inactive $purple2 $bg $gray2 $bg_soft $bg_soft
|
||||
client.unfocused $purple2 $bg $gray2 $bg $bg_soft
|
||||
client.focused $cyan2 $bg $fg $bg_soft $cyan2
|
||||
client.focused_inactive $cyan2 $bg $gray2 $bg_soft $bg_soft
|
||||
client.unfocused $cyan2 $bg $gray2 $bg $bg_soft
|
||||
client.urgent $yellow2 $bg $yellow2 $yellow $bg
|
||||
client.placeholder $purple2 $bg $purple2 $purple $bg
|
||||
client.placeholder $purple2 $bg $purple2 $purple $bg
|
||||
client.background $bg
|
||||
|
||||
# Set up titlebar and i3bar fonts
|
||||
|
Loading…
Reference in New Issue
Block a user