Skip to content

Commit

Permalink
tmux: Remove misleading comments
Browse files Browse the repository at this point in the history
  • Loading branch information
juanibiapina committed Nov 25, 2024
1 parent 3b41df0 commit bffa2ee
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions dotfiles/tmux/.config/tmux/colors/solarized_dark.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ set-window-option -g window-status-current-style fg=black,bg=white,dim
set-window-option -g window-status-activity-style fg=brightred

# pane border
set-option -g pane-border-style fg=black #base02
set-option -g pane-active-border-style fg=brightgreen #base01
set-option -g pane-border-style fg=black
set-option -g pane-active-border-style fg=brightgreen

# message text
set-option -g message-style fg=brightred,bg=black #orange and base01
set-option -g message-style fg=brightred,bg=black

# pane number display
set-option -g display-panes-active-colour blue #blue
set-option -g display-panes-colour brightred #orange
set-option -g display-panes-active-colour blue
set-option -g display-panes-colour brightred

# clock
set-window-option -g clock-mode-colour blue #green
set-window-option -g clock-mode-colour blue

0 comments on commit bffa2ee

Please sign in to comment.