From 91b482b4bddd19a20bf39d8f262e408aa0a31542 Mon Sep 17 00:00:00 2001 From: Nick Nisi Date: Sun, 2 Jun 2013 07:12:47 -0500 Subject: [PATCH] Started moving tmux colors into a separate file --- tmux/tmux.conf.symlink | 34 +--------------------------------- tmux/whack.tmuxcolors | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 33 deletions(-) create mode 100644 tmux/whack.tmuxcolors diff --git a/tmux/tmux.conf.symlink b/tmux/tmux.conf.symlink index 16b100a..99f12f4 100644 --- a/tmux/tmux.conf.symlink +++ b/tmux/tmux.conf.symlink @@ -104,38 +104,7 @@ bind C-v run "tmux set-buffer $(reattach-to-user-namespace pbpaste); tmux paste- ### Color Settings ### ###################### -#### COLOUR - -# default statusbar colors -# set-option -g status-bg colour0 -set-option -g status-fg colour26 -set-option -g status-bg colour0 -set-option -g status-attr default - -# default window title colors -set-window-option -g window-status-fg colour244 -set-window-option -g window-status-bg default -#set-window-option -g window-status-attr dim - -# active window title colors -set-window-option -g window-status-current-fg colour26 -set-window-option -g window-status-current-bg default -#set-window-option -g window-status-current-attr bright - -# pane border -set-option -g pane-border-fg colour245 -set-option -g pane-active-border-fg colour240 - -# message text -# set-option -g message-bg colour0 -set-option -g message-fg colour26 - -# pane number display -set-option -g display-panes-active-colour colour33 -set-option -g display-panes-colour colour166 - -# clock -set-window-option -g clock-mode-colour colour26 +source ~/.dotfiles/tmux/whack.tmuxcolors ################## #### Plugins ##### @@ -156,7 +125,6 @@ set -g status-right-length 150 set -g status-interval 5 set -g window-status-format "#[fg=colour239] #I #W " - # set -g window-status-current-format "#[fg=colour0,bg=colour26]#[fg=colour16,bg=colour26,noreverse,bold] #I #W #[fg=colour26,nobold]" set -g window-status-current-format "#[fg=colour0]#[fg=colour202,noreverse,bold] #I #W #[fg=colour26,nobold]" set -g status-left $tm_session_name diff --git a/tmux/whack.tmuxcolors b/tmux/whack.tmuxcolors new file mode 100644 index 0000000..ce2b4cd --- /dev/null +++ b/tmux/whack.tmuxcolors @@ -0,0 +1,32 @@ +#### COLOUR + +# default statusbar colors +# set-option -g status-bg colour0 +set-option -g status-fg colour26 +set-option -g status-bg colour0 +set-option -g status-attr default + +# default window title colors +set-window-option -g window-status-fg colour244 +set-window-option -g window-status-bg default +#set-window-option -g window-status-attr dim + +# active window title colors +set-window-option -g window-status-current-fg colour26 +set-window-option -g window-status-current-bg default +#set-window-option -g window-status-current-attr bright + +# pane border +set-option -g pane-border-fg colour245 +set-option -g pane-active-border-fg colour240 + +# message text +# set-option -g message-bg colour0 +set-option -g message-fg colour26 + +# pane number display +set-option -g display-panes-active-colour colour33 +set-option -g display-panes-colour colour166 + +# clock +set-window-option -g clock-mode-colour colour26