diff --git a/files/.tmux.conf b/files/.tmux.conf index 6930bf6..aec4805 100644 --- a/files/.tmux.conf +++ b/files/.tmux.conf @@ -24,4 +24,6 @@ bind-key r source-file ~/.tmux.conf # colors used # https://github.com/arcticicestudio/nord-tmux -run-shell "~/.tmux/nord-tmux/nord.tmux" +#run-shell "~/.tmux/nord-tmux/nord.tmux" + +source-file "~/.tmux/gruvbox-light" diff --git a/files/.tmux/gruvbox-light b/files/.tmux/gruvbox-light new file mode 100644 index 0000000..d2d932d --- /dev/null +++ b/files/.tmux/gruvbox-light @@ -0,0 +1,54 @@ +# COLORSCHEME: gruvbox light + +BG1="#ebdbb2" +BG2="#7c6f64" +BG3="#d5c4a1" +FG1="#f2e5bc" + +set-option -g status "on" + +# default statusbar colors +set-option -g status-style fg=$FG1,bg=$BG1 #fg1 + +# default window title colors +set-window-option -g window-status-style fg=$BG3,bg=$BG1 #bg1 +set-window-option -g window-status-activity-style fg=colour248,bg=$BG2 #fg3 + +# active window title colors +set-window-option -g window-status-current-style fg=$BG1,bg=$BG2 #bg1 + +# pane border +set-option -g pane-active-border-style fg=$BG3 +set-option -g pane-border-style fg=$BG3 + +# message infos +set-option -g message-style fg=$BG2,bg=$BG1 #fg1 + +# commands +set-option -g message-command-style fg=$FG1,bg=$BG1 #bg1 + +# pane number display +set-option -g display-panes-active-colour colour250 #fg2 +set-option -g display-panes-colour colour237 #bg1 + +# clock +set-window-option -g clock-mode-colour colour24 #blue + +# bell +set-window-option -g window-status-bell-style fg=colour229,bg=colour88 #bg, red + +set-option -g status-style "none" +set-option -g status-justify "left" +set-option -g status-left-style "none" +set-option -g status-left-length "80" +set-option -g status-right-style "none" +set-option -g status-right-length "80" +set-window-option -g window-status-activity-style "none" +set-window-option -g window-status-style "none" +set-window-option -g window-status-separator "" + +set-option -g status-left "#[fg=$FG1, bg=$BG2] #S #[fg=$BG2, bg=$BG1, nobold, noitalics, nounderscore]" +set-option -g status-right "#[fg=$BG3, bg=$BG1, nobold, nounderscore, noitalics]#[fg=$BG2,bg=$BG3] %Y-%m-%d  %H:%M #[fg=$BG2, bg=$BG3, nobold, noitalics, nounderscore]#[fg=$FG1, bg=$BG2] #h " + +set-window-option -g window-status-current-format "#[fg=$BG3, bg=$BG1, :nobold, noitalics, nounderscore]#[fg=$BG1, bg=$BG2] #I #[fg=$BG1, bg=$BG2, bold] #W #[fg=$BG2, bg=$BG1, nobold, noitalics, nounderscore]" +set-window-option -g window-status-format "#[fg=$BG1,bg=$BG3,noitalics]#[fg=$BG2,bg=$BG3] #I #[fg=$BG2, bg=$BG3] #W #[fg=$BG3, bg=$BG1, noitalics]"