[i3] Use new complementary window color

(dark Tondorf cellar rooms are dark)
This commit is contained in:
Sebastian Schulze 2016-02-07 14:38:42 +01:00
parent b96c2ce14f
commit 43ff312b70
1 changed files with 3 additions and 2 deletions

View File

@ -19,6 +19,7 @@ set $tertiary #820CA2
set $warning #d83e3e
set $urgent #f535aa
set $accent #51c4d4
set $complement #ffb614
# Gaps!
gaps outer 10
@ -183,9 +184,9 @@ mode "resize" {
}
# class border backgr. text indicator
client.focused $primary $primary $background $primary
client.focused $complement $complement $background $primary
client.focused_inactive $background $foreground $inactive $background
client.unfocused $inactive $black $foreground $secondary
client.unfocused $inactive $black $foreground $secondary
client.urgent $warning $urgent $urgent
bar {