38 lines
1.7 KiB
Plaintext
38 lines
1.7 KiB
Plaintext
|
|
||
|
# Copyright (C) 2017-present Arctic Ice Studio <development@arcticicestudio.com>
|
||
|
# Copyright (C) 2017-present Sven Greb <development@svengreb.de>
|
||
|
# Copyright (C) 2022-present Jake Hamilton <jake.hamilton@hey.com>
|
||
|
|
||
|
# Project: Nord tmux
|
||
|
# Repository: https://github.com/arcticicestudio/nord-tmux
|
||
|
# License: MIT
|
||
|
|
||
|
#+----------------+
|
||
|
#+ Plugin Support +
|
||
|
#+----------------+
|
||
|
#+--- tmux-prefix-highlight ---+
|
||
|
set -g @prefix_highlight_output_prefix "#[fg=brightcyan]#[bg=black]#[nobold]#[noitalics]#[nounderscore]#[bg=brightcyan]#[fg=black]"
|
||
|
set -g @prefix_highlight_output_suffix ""
|
||
|
set -g @prefix_highlight_copy_mode_attr "fg=brightcyan,bg=black,bold"
|
||
|
|
||
|
#+--------+
|
||
|
#+ Status +
|
||
|
#+--------+
|
||
|
#+--- Bars ---+
|
||
|
set -g status-left "#[fg=brightblack,bg=black]#[fg=white,bg=brightblack,bold] #S #[fg=brightblack,bg=black,nobold,noitalics,nounderscore]"
|
||
|
set -g status-right "#{prefix_highlight}#[fg=brightblack,bg=black,nobold,noitalics,nounderscore]#[fg=white,bg=brightblack,nobold] #H #[fg=brightblack,bg=black,nobold]"
|
||
|
|
||
|
#+--- Windows ---+
|
||
|
set -g window-status-format "#[fg=brightblack,bg=black,nobold,noitalics,nounderscore]#[fg=white,bg=brightblack] #I#[fg=white,bg=brightblack,nobold,noitalics,nounderscore]: #W #[fg=brightblack,bg=black,nobold,noitalics,nounderscore]"
|
||
|
set -g window-status-current-format "#[fg=#5e81ac,bg=black]#[fg=white,bg=#5e81ac,bold,noitalics,nounderscore] #I#[fg=white,bg=#5e81ac,bold,noitalics,nounderscore]: #W #[fg=#5e81ac,bg=black,nobold,noitalics,nounderscore]"
|
||
|
set -g window-status-separator " "
|
||
|
|
||
|
# Center the window list (yes, this value has to be written as "centre").
|
||
|
set -g status-justify centre
|
||
|
|
||
|
#+----------------+
|
||
|
#+ Windows +
|
||
|
#+----------------+
|
||
|
#+--- Bars ---+
|
||
|
set -g pane-active-border-style "bg=default fg=blue"
|