File tree 3 files changed +64
-2
lines changed
3 files changed +64
-2
lines changed Original file line number Diff line number Diff line change 1
- #### COLOUR
1
+ #### COLOUR (Solarized 256)
2
2
3
3
# default statusbar colors
4
4
set-option -g status-bg colour235 #base02
5
5
set-option -g status-fg colour136 #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 colour244
9
+ set-window-option -g window-status-fg colour244 #base0
10
10
set-window-option -g window-status-bg default
11
11
#set-window-option -g window-status-attr dim
12
12
Original file line number Diff line number Diff line change
1
+ #### COLOUR (Solarized dark)
2
+
3
+ # default statusbar colors
4
+ set-option -g status-bg black #base02
5
+ set-option -g status-fg yellow #yellow
6
+ set-option -g status-attr default
7
+
8
+ # default window title colors
9
+ set-window-option -g window-status-fg brightblue #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 brightred #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 brightgreen #base01
21
+
22
+ # message text
23
+ set-option -g message-bg black #base02
24
+ set-option -g message-fg brightred #orange
25
+
26
+ # pane number display
27
+ set-option -g display-panes-active-colour blue #blue
28
+ set-option -g display-panes-colour brightred #orange
29
+
30
+ # clock
31
+ set-window-option -g clock-mode-colour green #green
Original file line number Diff line number Diff line change
1
+ #### COLOUR (Solarized light)
2
+
3
+ # default statusbar colors
4
+ set-option -g status-bg white #base2
5
+ set-option -g status-fg yellow #yellow
6
+ set-option -g status-attr default
7
+
8
+ # default window title colors
9
+ set-window-option -g window-status-fg brightyellow #base00
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 brightred #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 white #base2
20
+ set-option -g pane-active-border-fg brightcyan #base1
21
+
22
+ # message text
23
+ set-option -g message-bg white #base2
24
+ set-option -g message-fg brightred #orange
25
+
26
+ # pane number display
27
+ set-option -g display-panes-active-colour blue #blue
28
+ set-option -g display-panes-colour brightred #orange
29
+
30
+ # clock
31
+ set-window-option -g clock-mode-colour green #green
You can’t perform that action at this time.
0 commit comments