Skip to content

Commit

Permalink
tmux: Improve colors
Browse files Browse the repository at this point in the history
  • Loading branch information
juanibiapina committed Nov 24, 2024
1 parent 2ce4d31 commit f0ae395
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dotfiles/tmux/.config/tmux/colors/solarized_dark.conf
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# vim: ft=tmux

# default statusbar colors
set-option -g status-style fg=yellow,bg=black #yellow and base02
set-option -g status-style fg=yellow,bg=black

# default window title colors
set-window-option -g window-status-style fg=brightblue,bg=default #base0 and default
set-window-option -g window-status-style fg=white,bg=black

# active window title colors
set-window-option -g window-status-current-style fg=black,bg=brightblue,dim
set-window-option -g window-status-current-style fg=black,bg=yellow,dim

# window with activity colors
set-window-option -g window-status-activity-style fg=brightred
Expand Down

0 comments on commit f0ae395

Please sign in to comment.