Created
February 14, 2013 20:55
-
-
Save paulbdavis/4956329 to your computer and use it in GitHub Desktop.
i3 zenburn colors
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# colors | |
client.focused #688060 #688060 #303030 #ffcfaf | |
client.focused_inactive #3f3f3f #3F3F3F #7f9f7f #3f3f3f | |
client.unfocused #3f3f3f #3F3F3F #DCDCCC #3f3f3f | |
client.urgent #dca3a3 #dca3a3 #DCDCCC #3f3f3f | |
# Start i3bar to display a workspace bar (plus the system information i3status | |
# finds out, if available) | |
bar { | |
status_command i3status | |
colors { | |
background #3f3f3f | |
statusline #dcdccc | |
focused_workspace #93b3a3 #3f3f3f #93b3a3 | |
active_workspace #ffcfaf #3f3f3f #ffcfaf | |
inactive_workspace #636363 #3f3f3f #dcdccc | |
urgent_workspace #dca3a3 #3f3f3f #dca3a3 | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for your config :)