1
0
Fork 0

FEAT: Changed tmux theme to catppuccin

main
Nigel Barink 2024-05-09 20:11:09 +02:00
parent dc1eb8a69a
commit 37f8620d93
Signed by: Nigel
GPG Key ID: C54278C495538619
1 changed files with 5 additions and 6 deletions

View File

@ -18,15 +18,14 @@ bind v split-window -v
# set Status bar options
set-option -g status-position top
set-window-option -g window-status-style fg=White,bg="#61f230"
set-window-option -g window-status-current-style fg=White,bg="#9aff78"
set-option -g allow-rename off
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'dracula/tmux'
set -g @dracula-plugins 'cpu-usage git ram-usage time'
set -g @dracula-show-left-icon \uebc8
set -g @plugin 'catppuccin/tmux'
set -g @catppuccin_flavour 'macchiato'
set -g @catppuccin_status_modules_right "application session"
set -g @catppuccin_status_modules_left ""
set -s default-terminal 'xterm-256color'
# set some sanity options
# - This makes sure to keep the window/pane count starting at 1