Skip to content

Commit

Permalink
update tmux theme
Browse files Browse the repository at this point in the history
  • Loading branch information
centaurialpha committed Nov 4, 2024
1 parent cc34353 commit 10dabc7
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .tmux.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
set -g default-terminal "$TERM"

set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'rose-pine/tmux'

# Rose configs
set -g @rose_pine_variant 'main'
set -g @rose_pine_host 'on'
set -g @rose_pine_user 'on'
set -g @rose_pine_directory 'on'

# Set C-a as prefix
set -g prefix C-a
unbind C-b

set-option -g status-style bg=#101010,fg=default
set -g status-right "#H"
run '~/.tmux/plugins/tpm/tpm'

0 comments on commit 10dabc7

Please sign in to comment.