1
0
mirror of https://github.com/sameer1612/.dotfiles.git synced 2024-11-19 18:01:53 +02:00

changed tmux theme to gruvbox

This commit is contained in:
Sameer Kumar 2023-10-07 18:59:51 +05:30
parent bfa3874f66
commit 655822593f

View File

@ -40,45 +40,28 @@ unbind -T copy-mode-vi MouseDragEnd1Pane
# tmux plugin setup
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'christoomey/vim-tmux-navigator'
set -g @plugin 'egel/tmux-gruvbox'
set -g @tmux-gruvbox 'light'
run '~/.tmux/plugins/tpm/tpm'
############################################################
# TokyoNight theme
set -g mode-style "fg=#7aa2f7,bg=#3b4261"
# Gruvbox theme customization
set -g mode-style "bg=colour0"
set -g message-style "bg=colour0"
set -g message-command-style "bg=colour0"
set -g status-style "bg=colour0"
set -g message-style "fg=#7aa2f7,bg=#3b4261"
set -g message-command-style "fg=#7aa2f7,bg=#3b4261"
set -g status-left "#[fg=#f9f5d7,bg=#7c6f64] #S #[fg=#7c6f64,bg=colour0,nounderscore,noitalics]"
set -g status-right "#[fg=#7c6f64,bg=colour0,nobold,nounderscore,noitalics]#[fg=#f9f5d7,bg=#7c6f64] %I:%M %p "
set -g pane-border-style "fg=#3b4261"
set -g pane-active-border-style "fg=#7aa2f7"
set -g status "on"
set -g status-justify "left"
set -g status-style "fg=#7aa2f7,bg=#16161e"
set -g status-left-length "100"
set -g status-right-length "100"
set -g status-left-style NONE
set -g status-right-style NONE
set -g status-left "#[fg=#15161e,bg=#7aa2f7] #S #[fg=#7aa2f7,bg=#16161e,nounderscore,noitalics]"
set -g status-right "#[fg=#16161e,bg=#16161e,nobold,nounderscore,noitalics]#[fg=#7aa2f7,bg=#16161e] #{prefix_highlight} #[fg=#7aa2f7,bg=#16161e,nobold,nounderscore,noitalics]#[fg=#15161e,bg=#7aa2f7] %I:%M %p "
setw -g window-status-activity-style "underscore,fg=#a9b1d6,bg=#16161e"
setw -g window-status-activity-style "underscore,bg=colour0"
setw -g window-status-separator ""
setw -g window-status-style "NONE,fg=#a9b1d6,bg=#16161e"
setw -g window-status-format "#[fg=#16161e,bg=#16161e,nobold,nounderscore,noitalics]#[default] #W #F #[fg=#16161e,bg=#16161e,nobold,nounderscore,noitalics]"
setw -g window-status-current-format "#[fg=#16161e,bg=#3b4261,nobold,nounderscore,noitalics]#[fg=#7aa2f7,bg=#3b4261] #W #F #[fg=#3b4261,bg=#16161e,nobold,nounderscore,noitalics]"
set -g @prefix_highlight_output_prefix "#[fg=#e0af68]#[bg=#16161e]#[fg=#16161e]#[bg=#e0af68]"
set -g @prefix_highlight_output_suffix ""
setw -g window-status-format "#[fg=colour0,bg=#7c6f64,nobold,nounderscore,noitalics]#[fg=colour0,bg=#7c6f64,nobold] #W #F #[fg=#7c6f64,bg=colour0,nobold,nounderscore,noitalics]"
setw -g window-status-current-format "#[fg=colour0,bg=colour215,nobold,noitalics,nounderscore]#[bg=colour215,fg=colour239,nobold] #W#{?window_zoomed_flag, 󰊓,} #[bg=colour0,fg=colour215,nobold,noitalics,nounderscore]"
############################################################
# configs from tmux sensible
set -s escape-time 0
set -g display-time 2000
set -g focus-events on
############################################################