# 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_attr 'fg=white,bg=brightblack,bold' #+---------+ #+ Options + #+---------+ set -g status-interval 1 set -g status on #+--------+ #+ Status + #+--------+ #+--- Layout ---+ set -g status-justify left #+--- Colors ---+ set -g status-style bg=black,fg=white #+-------+ #+ Panes + #+-------+ set -g pane-border-style bg=black,fg=red set -g pane-active-border-style bg=black,fg=blue set -g display-panes-colour black set -g display-panes-active-colour brightblack #+------------+ #+ Clock Mode + #+------------+ setw -g clock-mode-colour brightblue #+----------+ #+ Messages + #+---------+ set -g message-style bg=brightblack,fg=white set -g message-command-style bg=black,fg=magenta