Advertisement
Guest User

Untitled

a guest
Jan 17th, 2017
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. ## color sheme: hybrid
  2.  
  3. # default statusbar colors
  4. set-option -g status-bg colour0 #base02
  5. set-option -g status-fg colour6 # colour100 #yellow
  6. set-option -g status-attr default
  7.  
  8. # default window title colors
  9. set-window-option -g window-status-fg colour13 #base0
  10. set-window-option -g window-status-bg default
  11. #set-window-option -g window-status-attr dim
  12.  
  13. # active window title colors
  14. set-window-option -g window-status-current-fg colour3 #orange
  15. set-window-option -g window-status-current-bg default
  16. #set-window-option -g window-status-current-attr bright
  17.  
  18. # pane border
  19. set-option -g pane-border-fg black #base02
  20. set-option -g pane-active-border-fg colour14 #base01
  21.  
  22. # message text
  23. set-option -g message-bg black #base02
  24. set-option -g message-fg colour13 #orange
  25.  
  26. # pane number display
  27. set-option -g display-panes-active-colour colour4 #blue
  28. set-option -g display-panes-colour colour9 #orange
  29.  
  30. # clock
  31. set-window-option -g clock-mode-colour colour2 #green
  32.  
  33. # bell
  34. set-window-option -g window-status-bell-style fg=colour0,bg=colour1 #base02, red
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement