Advertisement
Guest User

i3wm - colors

a guest
Jun 26th, 2016
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. #############################################
  2. ### Arc theme
  3. #############################################
  4. # class border backgr. text indicator
  5. client.focused #0088CC #0088CC #f3f4f5 #dddddd
  6. client.focused_inactive #2F343F #2F343F #545454 #545454
  7. client.unfocused #2F343F #333333 #888888 #545454
  8. client.urgent #2f343a #900000 #ffffff #900000
  9. ##############################################
  10.  
  11. ##############################################
  12. ## Top bar
  13. ##############################################
  14. colors {
  15. background #2F343F
  16. statusline #0888BB
  17. separator #545454
  18.  
  19. focused_workspace #2F343F #0088CC #ffffff
  20. active_workspace #2F343F #333333 #888888
  21. inactive_workspace #2F343F #2F343F #888888
  22. urgent_workspace #2f343a #900000 #ffffff
  23. }
  24. ##############################################
  25.  
  26. ##############################################
  27. ## Bottom bar
  28. ##############################################
  29.  
  30. colors {
  31. background $2F343F
  32. separator #9A9A9A
  33. statusline #9A9A9A
  34. }
  35. ##############################################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement