Files
dotfiles/.tmux.theme

47 lines
2.3 KiB
Plaintext

# tmux theme
###################
# Color
###################
#+ accent = #56c9e4
#+ secondary = #011f2a
#+ 0f63bd
set -g default-terminal "screen-256color"
if 'infocmp -x tmux-256color > /dev/null 2>&1' 'set -g default-terminal "tmux-256color"'
#set -g @prefix_highlight_fg black
#set -g @prefix_highlight_bg brightcyan
#+--------- Panes
set -g pane-border-style fg='#011f2a',bg=default
set -g pane-active-border-style fg='#56c9e4',bg=default
#set -g pane-border-style bg=default,fg=brightblack
#set -g pane-active-border-style bg=default,fg=blue
set -g window-style fg=#848a86,bg=default
set -g window-active-style 'fg=#EEEEEE,bg=default'
#+----- Bar Style
#set -g status-left-length 30
#set -g status-left "#{?client_prefix,#[fg=#56c9e4#,bg=colour0#,bold],#[fg=colour233#,bg=colour10#,bold]} #S #{?client_prefix,#[fg=colour0#,bg=colour243#,nobold],#[fg=colour10#,bg=colour243#,nobold]}#[fg=colour233,bg=colour243,bold] #(whoami) #{?client_prefix, #[bg=colour10#,fg=colour243],#[fg=colour243#,bg=colour0]}#{?client_prefix,#[fg=colour233#,bg=colour10],#[fg=colour10#,bg=colour0#,bold]} #I:#P #{?client_prefix,#[fg=colour10#,bg=colour8],#[fg=colour0#,bg=colour8#,nobold]}"
#set -g status-left ""
#{?client_prefix,#[fg=#56c9e4,bg=colour0,bold],#[fg=colour233,bg=colour10,bold]}
set -g status-left "#[fg=black,bg=#56c9e4,bold] #S #[fg=#56c9e4,bg=default,nobold,noitalics,nounderscore]"
set -g status-right "#{prefix_highlight}#[fg=#011f2a,bg=black,nobold,noitalics,nounderscore]#[fg=white,bg=#011f2a] ${NORD_TMUX_STATUS_DATE_FORMAT} #[fg=white,bg=#011f2a,nobold,noitalics,nounderscore]#[fg=white,bg=#011f2a] %H:%M #[fg=#56c9e4,bg=#011f2a,nobold,noitalics,nounderscore]#[fg=black,bg=#56c9e4,bold] #H "
#+----- Windows
set -g window-status-format "#[fg=black,bg=#011f2a,nobold,noitalics,nounderscore] #[fg=white,bg=#011f2a]#I #[fg=white,bg=#011f2a,nobold,noitalics,nounderscore] #[fg=white,bg=#011f2a]#W #F #[fg=#011f2a,bg=default,nobold,noitalics,nounderscore]"
set -g window-status-current-format "#[fg=black,bg=#56c9e4,nobold] #[fg=black,bg=#56c9e4]#I #[fg=black,bg=#56c9e4,nobold,noitalics,nounderscore] #[fg=black,bg=#56c9e4]#W #F #[fg=#56c9e4,bg=default,nobold,noitalics,nounderscore]"
set -g window-status-separator ""
#+----- Messages
set -g message-style bg='#56c9e4',fg=black