|
1 | 1 | #### COLOUR (Solarized dark)
|
2 | 2 |
|
3 | 3 | # default statusbar colors
|
4 |
| -set-option -g status-bg colour235 #base02 |
5 |
| -set-option -g status-fg colour130 #yellow |
| 4 | +set-option -g status-bg black #base02 |
| 5 | +set-option -g status-fg yellow #yellow |
6 | 6 | set-option -g status-attr default
|
7 | 7 |
|
8 | 8 | # default window title colors
|
9 |
| -set-window-option -g window-status-fg colour33 #base0 |
| 9 | +set-window-option -g window-status-fg brightblue #base0 |
10 | 10 | set-window-option -g window-status-bg default
|
11 | 11 | #set-window-option -g window-status-attr dim
|
12 | 12 |
|
13 | 13 | # active window title colors
|
14 |
| -set-window-option -g window-status-current-fg colour196 #orange |
| 14 | +set-window-option -g window-status-current-fg brightred #orange |
15 | 15 | set-window-option -g window-status-current-bg default
|
16 | 16 | #set-window-option -g window-status-current-attr bright
|
17 | 17 |
|
18 | 18 | # pane border
|
19 |
| -set-option -g pane-border-fg colour235 #base02 |
20 |
| -set-option -g pane-active-border-fg colour46 #base01 |
| 19 | +set-option -g pane-border-fg black #base02 |
| 20 | +set-option -g pane-active-border-fg brightgreen #base01 |
21 | 21 |
|
22 | 22 | # message text
|
23 |
| -set-option -g message-bg colour235 #base02 |
24 |
| -set-option -g message-fg colour196 #orange |
| 23 | +set-option -g message-bg black #base02 |
| 24 | +set-option -g message-fg brightred #orange |
25 | 25 |
|
26 | 26 | # pane number display
|
27 |
| -set-option -g display-panes-active-colour colour20 #blue |
28 |
| -set-option -g display-panes-colour colour196 #orange |
| 27 | +set-option -g display-panes-active-colour blue #blue |
| 28 | +set-option -g display-panes-colour brightred #orange |
29 | 29 |
|
30 | 30 | # clock
|
31 |
| -set-window-option -g clock-mode-colour colour40 #green |
| 31 | +set-window-option -g clock-mode-colour green #green |
0 commit comments