-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tmux.solarized*.conf: Update solarized conf files based on changes I …
…made for seebi/tmux-colors-solarized#23
- Loading branch information
1 parent
c4759f9
commit c90adfc
Showing
2 changed files
with
34 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,33 @@ | ||
#### COLOUR (Solarized dark) | ||
|
||
# default statusbar colors | ||
set-option -g status-bg colour235 #base02 | ||
set-option -g status-fg colour130 #yellow | ||
set-option -g status-attr default | ||
set-option -g status-bg black #base02 | ||
set-option -g status-fg yellow #yellow | ||
|
||
# default window title colors | ||
set-window-option -g window-status-fg colour33 #base0 | ||
set-window-option -g window-status-bg default | ||
#set-window-option -g window-status-attr dim | ||
set-window-option -g window-status-style fg=brightblue #base0 | ||
set-window-option -g window-status-style bg=default | ||
#set-window-option -g window-status-style dim | ||
|
||
# active window title colors | ||
set-window-option -g window-status-current-fg colour196 #orange | ||
set-window-option -g window-status-current-bg default | ||
#set-window-option -g window-status-current-attr bright | ||
set-window-option -g window-status-current-style fg=brightred #orange | ||
set-window-option -g window-status-current-style bg=default | ||
#set-window-option -g window-status-current-style bright | ||
|
||
# pane border | ||
set-option -g pane-border-fg colour235 #base02 | ||
set-option -g pane-active-border-fg colour46 #base01 | ||
set-option -g pane-border-style fg=black #base02 | ||
set-option -g pane-active-border-style fg=brightgreen #base01 | ||
|
||
# message text | ||
set-option -g message-bg colour235 #base02 | ||
set-option -g message-fg colour196 #orange | ||
set-option -g message-style bg=black #base01 | ||
set-option -g message-style fg=brightred #orange | ||
|
||
# pane number display | ||
set-option -g display-panes-active-colour colour20 #blue | ||
set-option -g display-panes-colour colour196 #orange | ||
set-option -g display-panes-active-colour blue #blue | ||
set-option -g display-panes-colour brightred #orange | ||
|
||
# clock | ||
set-window-option -g clock-mode-colour colour40 #green | ||
set-window-option -g clock-mode-colour green #green | ||
|
||
#Switch to solarized light | ||
bind b source-file ~/.tmux.solarizedlight.conf \; display "Loaded ~/.tmux.solarizedlight" | ||
# bell | ||
set-window-option -g window-status-bell-style fg=black,bg=red #base02, red |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,33 @@ | ||
#### COLOUR (Solarized light) | ||
|
||
# default statusbar colors | ||
set-option -g status-bg colour231 #base2 | ||
set-option -g status-fg colour130 #yellow | ||
set-option -g status-attr default | ||
set-option -g status-bg white #base2 | ||
set-option -g status-fg yellow #yellow | ||
|
||
# default window title colors | ||
set-window-option -g window-status-fg colour180 #base00 | ||
set-window-option -g window-status-bg default | ||
#set-window-option -g window-status-attr dim | ||
set-window-option -g window-status-style fg=brightyellow #base00 | ||
set-window-option -g window-status-style bg=default | ||
#set-window-option -g window-status-style dim | ||
|
||
# active window title colors | ||
set-window-option -g window-status-current-fg colour196 #orange | ||
set-window-option -g window-status-current-bg default | ||
#set-window-option -g window-status-current-attr bright | ||
set-window-option -g window-status-current-style fg=brightred #orange | ||
set-window-option -g window-status-current-style bg=default | ||
#set-window-option -g window-status-current-style bright | ||
|
||
# pane border | ||
set-option -g pane-border-fg colour231 #base2 | ||
set-option -g pane-active-border-fg colour051 #base1 | ||
set-option -g pane-border-style fg=white #base2 | ||
set-option -g pane-active-border-style fg=brightcyan #base1 | ||
|
||
# message text | ||
set-option -g message-bg colour231 #base2 | ||
set-option -g message-fg colour196 #orange | ||
set-option -g message-style bg=white #base2 | ||
set-option -g message-style fg=brightred #orange | ||
|
||
# pane number display | ||
set-option -g display-panes-active-colour colour20 #blue | ||
set-option -g display-panes-colour colour196 #orange | ||
set-option -g display-panes-active-colour blue #blue | ||
set-option -g display-panes-colour brightred #orange | ||
|
||
# clock | ||
set-window-option -g clock-mode-colour colour40 #green | ||
set-window-option -g clock-mode-colour green #green | ||
|
||
#Switch to solarized dark | ||
bind b source-file ~/.tmux.solarizeddark.conf \; display "Loaded ~/.tmux.solarizeddark" | ||
# bell | ||
set-window-option -g window-status-bell-style fg=white,bg=red #base2, red |