Skip to content

Instantly share code, notes, and snippets.

@paulbdavis
Created February 14, 2013 20:55
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save paulbdavis/4956329 to your computer and use it in GitHub Desktop.
Save paulbdavis/4956329 to your computer and use it in GitHub Desktop.
i3 zenburn colors
# 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
}
}
@EBrEH
Copy link

EBrEH commented Feb 7, 2016

Thanks for your config :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment