Commit 96bdc8f2 authored by Jay Ta'ala's avatar Jay Ta'ala
Browse files

Colour change for focused_inactive windows. Think is improvement in seeing window parent trail.

parent 8e9013fe
...@@ -393,7 +393,7 @@ bar { ...@@ -393,7 +393,7 @@ bar {
bindsym $mod+m bar mode toggle bindsym $mod+m bar mode toggle
# Theme colors # Theme colors
set $bgicolor #4a4a4a set $bgicolor #d58681
set $bgucolor #6a6868 set $bgucolor #6a6868
set $txtacolor #F9FAF9 set $txtacolor #F9FAF9
set $txtucolor #bdbbbb set $txtucolor #bdbbbb
...@@ -401,7 +401,7 @@ set $indcolor #00ff00 ...@@ -401,7 +401,7 @@ set $indcolor #00ff00
# class border backgr. text indic. child_border # class border backgr. text indic. child_border
client.focused $acolour $acolour $txtacolor $indcolor client.focused $acolour $acolour $txtacolor $indcolor
client.focused_inactive $acolour $bgicolor $txtucolor $indcolor client.focused_inactive $acolour $bgicolor $txtacolor $indcolor
client.unfocused $acolour $bgucolor $txtucolor $indcolor client.unfocused $acolour $bgucolor $txtucolor $indcolor
client.urgent #CB4B16 #FDF6E3 #CB4B16 $indcolor client.urgent #CB4B16 #FDF6E3 #CB4B16 $indcolor
client.placeholder #000000 #0c0c0c $txtacolor #000000 client.placeholder #000000 #0c0c0c $txtacolor #000000
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment