Guest User

Untitled

a guest
Sep 25th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. # Colors
  2. # class border backgr. text
  3. client.focused #3465a4 #3465a4 #eeeeec
  4. client.focused_inactive #888a85 #888a85 #d3d7cf
  5. client.unfocused #555753 #555753 #babdb6
  6. client.urgent #cc0000 #cc0000 #eeeeec
  7. #client.background #2e3436
  8.  
  9. bar {
  10. ...
  11. colors {
  12. background #0e0e0e
  13. statusline #ad7fa8
  14.  
  15. focused_workspace #fcaf3e #111111
  16. inactive_workspace #555753 #111111
  17. urgent_workspace #eeeeec #a40000
  18. # active_workspace #efefef #111111
  19. }
  20. }
Add Comment
Please, Sign In to add comment