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

View File

@@ -40,16 +40,16 @@ bar {
#separator_symbol "|"
colors {
background #2F343F
statusline #F9FAF9
separator #454947
background #161821
statusline #c6c8d1
separator #161821
# border backgr. text
focused_workspace #F9FAF9 #232729 #FDF6E3
active_workspace #595B5B #353836 #FDF6E3
inactive_workspace #595B5B #2F343F #49505F
binding_mode #232729 #2C2C2C #F9FAF9
urgent_workspace #232729 #FDF6E3 #E5201D
focused_workspace #a093c7 #a093c7 #161821
active_workspace #89b8c2 #89b8c2 #161821
inactive_workspace #91acd1 #91acd1 #161821
binding_mode #e2a478 #e2a478 #161821
urgent_workspace #e27878 #e27878 #CB4B16
}
height 18
}