Skip to content

Commit

Permalink
tmux.conf: adjust colourscheme
Browse files Browse the repository at this point in the history
  • Loading branch information
compnerd committed Oct 17, 2015
1 parent d9995a3 commit 2d177e9
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions tmux.conf
Expand Up @@ -26,8 +26,6 @@ bind-key s split-window -v

# ---- status bar ----
set-option -g status on
set-option -g status-bg black
set-option -g status-fg white

set-option -g status-left '[ #(whoami)@#H ]'
set-option -g status-left-length 25
Expand All @@ -52,6 +50,29 @@ set-option -g set-titles on
# ---- colour ----
set -g default-terminal xterm-256color

set-option -g status-fg colour136
set-option -g status-bg colour235
set-option -g status-attr default

set-window-option -g window-status-fg colour244
set-window-option -g window-status-bg default

set-window-option -g window-status-current-fg colour166
set-window-option -g window-status-current-bg default

set-option -g pane-border-fg colour235

set-option -g pane-active-border-fg colour240

set-option -g message-fg colour166
set-option -g message-bg colour235

set-option -g display-panes-colour colour166

set-option -g display-panes-active-colour colour33

set-window-option -g clock-mode-colour colour64

# ---- curses ----
# override the alternate display to use the terminal emulator's builtin buffer
set -g terminal-overrides 'xterm*:smcup@:rmcup@'
Expand Down

0 comments on commit 2d177e9

Please sign in to comment.