Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

apply new style syntax #45

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 5 additions & 11 deletions src/nord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,13 @@ set -g status on
set -g status-justify left

#+--- Colors ---+
set -g status-bg black
set -g status-fg white
set -g status-attr none
set -g mode-style fg=white,bg=black

#+-------+
#+ Panes +
#+-------+
set -g pane-border-bg black
set -g pane-border-fg black
set -g pane-active-border-bg black
set -g pane-active-border-fg brightblack
set -g pane-border-style fg=black,bg=black
set -g pane-active-border-style fg=black,bg=black
set -g display-panes-colour black
set -g display-panes-active-colour brightblack

Expand All @@ -47,7 +43,5 @@ setw -g clock-mode-colour cyan
#+----------+
#+ Messages +
#+---------+
set -g message-fg cyan
set -g message-bg brightblack
set -g message-command-fg cyan
set -g message-command-bg brightblack
set -g message-style fg=cyan,bg=brightblack
set -g message-command-style fg=cyan,bg=brightblack