Commit db58f6c5 authored by Jay Ta'ala's avatar Jay Ta'ala
Browse files

Improvements to title bar colour scheme.

parent ba2b3a90
......@@ -382,16 +382,18 @@ bar {
bindsym $mod+m bar mode toggle
# Theme colors
set $bgcolor #6a6868
set $txtcolor #F9FAF9
set $bgicolor #4a4a4a
set $bgucolor #6a6868
set $txtacolor #F9FAF9
set $txtucolor #bdbbbb
set $indcolor #00ff00
# class border backgr. text indic. child_border
client.focused $acolour $acolour $txtcolor $indcolor
client.focused_inactive $acolour #4a4a4a $txtcolor $indcolor
client.unfocused $acolour $bgcolor #bdbbbb $indcolor
client.urgent #CB4B16 #FDF6E3 $txtcolor $indcolor
client.placeholder #000000 #0c0c0c #F9FAF9 #000000
client.focused $acolour $acolour $txtacolor $indcolor
client.focused_inactive $acolour $bgicolor $txtucolor $indcolor
client.unfocused $acolour $bgucolor $txtucolor $indcolor
client.urgent #CB4B16 #FDF6E3 $txtacolor $indcolor
client.placeholder #000000 #0c0c0c $txtacolor #000000
client.background #2B2C2B
#############################
......
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