44 lines
1.5 KiB
Plaintext
44 lines
1.5 KiB
Plaintext
# Base16 {{scheme-name}}
|
|
# Scheme author: {{scheme-author}}
|
|
# Template author: Tinted Theming: (https://github.com/tinted-theming)
|
|
|
|
# default statusbar colors
|
|
set-option -g status-style "fg=#{{base04-hex}},bg=#{{base01-hex}}"
|
|
|
|
# default window title colors
|
|
set-window-option -g window-status-style "fg=#{{base04-hex}},bg=default"
|
|
|
|
# active window title colors
|
|
set-window-option -g window-status-current-style "fg=#{{base0A-hex}},bg=default"
|
|
|
|
# pane border
|
|
set-option -g pane-border-style "fg=#{{base01-hex}}"
|
|
set-option -g pane-active-border-style "fg=#{{base02-hex}}"
|
|
|
|
# message text
|
|
set-option -g message-style "fg=#{{base05-hex}},bg=#{{base01-hex}}"
|
|
|
|
# pane number display
|
|
set-option -g display-panes-active-colour "#{{base0B-hex}}"
|
|
set-option -g display-panes-colour "#{{base0A-hex}}"
|
|
|
|
# clock
|
|
set-window-option -g clock-mode-colour "#{{base0B-hex}}"
|
|
|
|
# copy mode highligh
|
|
set-window-option -g mode-style "fg=#{{base04-hex}},bg=#{{base02-hex}}"
|
|
|
|
# bell
|
|
set-window-option -g window-status-bell-style "fg=#{{base01-hex}},bg=#{{base08-hex}}"
|
|
|
|
|
|
set -g window-style 'bg=#{{base00-hex}}'
|
|
set -g window-active-style 'bg=black'
|
|
|
|
set -g status-style 'bg=#{{base01-hex}} fg=#{{base04-hex}} dim'
|
|
|
|
setw -g window-status-style 'fg=#{{base04-hex}} bg=#{{base01-hex}}'
|
|
setw -g window-status-current-style 'fg=#{{base06-hex}} bg=#{{base02-hex}} bold'
|
|
setw -g window-status-format ' #I#[fg=#{{base05-hex}}]:#W '
|
|
setw -g window-status-current-format ' #I#[fg=#{{base06-hex}}]:#W '
|