Port iceberg theme to i3

This commit is contained in:
David Todd
2021-01-11 10:47:09 -06:00
parent c88a1d0297
commit 14d051af3b
3 changed files with 59 additions and 75 deletions

View File

@@ -60,11 +60,11 @@ bindsym $mod+Ctrl+m exec terminal -e 'alsamixer'
# Theme colors
# class border backgr. text indic. child_border
client.focused #556064 #556064 #80FFF9 #FDF6E3
client.focused_inactive #2F3D44 #2F3D44 #1ABC9C #454948
client.unfocused #2F3D44 #2F3D44 #1ABC9C #454948
client.urgent #CB4B16 #FDF6E3 #1ABC9C #268BD2
client.placeholder #000000 #0c0c0c #ffffff #000000
client.background #2B2C2B
client.focused #a093c7 #a093c7 #c6c8d1 #b4be82
client.focused_inactive #ada0d3 #ada0d3 #c6c8d1 #e2a478
client.unfocused #6b7089 #6b7089 #c6c8d1 #84a0c6
client.urgent #e27878 #e27878 #CB4B16 #CB4B16
client.placeholder #89b8c2 #89b8c2 #c6c8d1 #95c4ce
client.background #161821
# End base configuration