switch to rose pine to cover both light and dark themes
This commit is contained in:
@@ -41,7 +41,7 @@ set -g history-limit 50000
|
||||
set -ga terminal-overrides ',*:smcup@:rmcup@'
|
||||
|
||||
set-option -g default-shell $SHELL
|
||||
set -g default-command "$SHELL -i"
|
||||
set-option -g allow-rename off
|
||||
|
||||
set-option -sa terminal-features ',alacritty:RGB'
|
||||
set-option -ga terminal-features ",alacritty:usstyle"
|
||||
@@ -54,15 +54,16 @@ set -g default-terminal "alacritty"
|
||||
###############################################################################
|
||||
###############################################################################
|
||||
|
||||
set -g @plugin 'dracula/tmux'
|
||||
set -g @plugin 'rose-pine/tmux'
|
||||
set -g @rose_pine_variant 'main' # Options are 'main', 'moon' or 'dawn'
|
||||
|
||||
set -g @dracula-plugins "git weather time continuum battery"
|
||||
set -g @dracula-show-fahrenheit false
|
||||
set -g @dracula-fixed-location "Madrid"
|
||||
set -g @dracula-show-powerline false
|
||||
set -g @dracula-transparent-powerline-bg true
|
||||
set -g @dracula-military-time true
|
||||
set -g @dracula-day-month true
|
||||
set -g @rose_pine_date_time '%Y-%m-%d %H:%M '
|
||||
set -g @rose_pine_directory 'on'
|
||||
set -g @rose_pine_disable_active_window_menu 'on'
|
||||
set -g @rose_pine_status_left_prepend_section '#{tmux_mode_indicator}'
|
||||
|
||||
# bind F5 to theme switch
|
||||
bind-key . run-shell "$DOTFILES/scripts/hcf/rose_pine_switch"
|
||||
|
||||
set -g @plugin 'ofirgall/tmux-window-name'
|
||||
|
||||
@@ -89,7 +90,6 @@ set -g @resurrect-dir '~/.tmux/resurrect/'
|
||||
set -g @continuum-save-interval '15'
|
||||
set -g @continuum-restore 'on'
|
||||
set -g @continuum-boot 'on'
|
||||
set -g @dracula-continuum-mode countdown
|
||||
|
||||
### tmux-resurrect
|
||||
set -g @resurrect-save 'S' # prefix + Shift-s - save
|
||||
|
||||
Reference in New Issue
Block a user