# Copyright (C) 2017-present Arctic Ice Studio # Copyright (C) 2017-present Sven Greb # Project: Nord tmux # Repository: https://github.com/arcticicestudio/nord-tmux # License: MIT # modified: sharpicx #+----------------+ #+ Plugin Support + #+----------------+ #+--- tmux-prefix-highlight ---+ set -g @prefix_highlight_output_prefix "#[fg=brightblack]#[bg=magenta]#[nobold]#[noitalics]#[nounderscore]#[bg=black,fg=magenta]" set -g @prefix_highlight_output_suffix "" #+--------+ #+ Status + #+--------+ #+--- Bars ---+ set -g status-left "#[fg=brightblack,bg=blue,bold] #S #[fg=blue,bg=black,nobold,noitalics,nounderscore]" set -g status-right "#{prefix_highlight} #[bg=black,fg=yellow]#[fg=black,bg=yellow,bold] #(uname -r) #[fg=white,bg=yellow,nobold,noitalics,nounderscore]#[fg=brightblack,bold,bg=white] ${NORD_TMUX_STATUS_DATE_FORMAT} #[fg=brightblack,bg=white,nobold,noitalics,nounderscore]#[fg=white,bold,bg=brightblack] ${NORD_TMUX_STATUS_TIME_FORMAT} #[fg=blue,bg=brightblack,nobold,noitalics,nounderscore]#[fg=brightblack,bg=blue,bold]  #(whoami)@#H " #+--- Windows ---+ set -g window-status-format "#[fg=black,bg=brightblack,nobold,noitalics,nounderscore] #[fg=white,bg=brightblack]#I #[fg=white,bg=brightblack,nobold,noitalics,nounderscore] #[fg=white,bg=brightblack]#W #F #[fg=brightblack,bg=black,nobold,noitalics,nounderscore]" set -g window-status-current-format "#[fg=black,bg=cyan,nobold,noitalics,nounderscore] #[fg=black,bg=cyan]#I #[fg=black,bg=cyan,nobold,noitalics,nounderscore] #[fg=black,bg=cyan]#W #F #[fg=cyan,bg=black,nobold,noitalics,nounderscore]" set -g window-status-separator ""