Lighter background color for tabs

This commit is contained in:
RealStickman 2021-03-02 08:25:53 +01:00
parent 960a92db70
commit 457f8d0613

View File

@ -788,12 +788,12 @@ exec_always --no-startup-id picom -b --config ~/.config/i3/picom.conf
# Purple/Pink
# class border backgr. text indicator
client.placeholder #33022f #33022f #ffe5fc
client.background #33022f #33022f #ffe5fc
client.focused #33022f #33022f #ffe5fc #33022f
client.unfocused #33022f #33022f #ffe5fc #33022f
client.focused_inactive #33022f #33022f #ffe5fc #33022f
client.urgent #33022f #33022f #ffe5fc #33022f
client.placeholder #33022f #4c0346 #ffe5fc
client.background #33022f #4c0346 #ffe5fc
client.focused #33022f #4c0346 #ffe5fc #33022f
client.unfocused #33022f #4c0346 #ffe5fc #33022f
client.focused_inactive #33022f #4c0346 #ffe5fc #33022f
client.urgent #33022f #4c0346 #ffe5fc #33022f
#################################################################