.
This commit is contained in:
@@ -116,7 +116,7 @@ bash_indicator = "bash"
|
|||||||
disabled = false
|
disabled = false
|
||||||
symbol = ' '
|
symbol = ' '
|
||||||
style = "bold fg:zx_pastel_yellow"
|
style = "bold fg:zx_pastel_yellow"
|
||||||
format = '[$symbol$virtualenv ]($style)'
|
format = '[$symbol$version ]($style)'
|
||||||
detect_extensions = []
|
detect_extensions = []
|
||||||
detect_files = []
|
detect_files = []
|
||||||
detect_folders = []
|
detect_folders = []
|
||||||
|
|||||||
@@ -32,4 +32,10 @@ set-option -g renumber-windows on
|
|||||||
# status bar
|
# status bar
|
||||||
set -g status-interval 5
|
set -g status-interval 5
|
||||||
|
|
||||||
set-window-option -g visual-bell off
|
set -g visual-activity off
|
||||||
|
set -g visual-bell off
|
||||||
|
set -g visual-silence off
|
||||||
|
setw -g monitor-activity off
|
||||||
|
set -g bell-action none
|
||||||
|
|
||||||
|
# source ~/dotfiles/tmux/.config/tmux/zegonix.conf
|
||||||
|
|||||||
67
tmux/.config/tmux/zegonix.conf
Normal file
67
tmux/.config/tmux/zegonix.conf
Normal file
@@ -0,0 +1,67 @@
|
|||||||
|
## zegonix custom scheme derived from gruvbox dark
|
||||||
|
set-option -g status "on"
|
||||||
|
set-option -sa terminal-features ',xterm-256color:RGB'
|
||||||
|
|
||||||
|
# user variables
|
||||||
|
set -g @white "#C8C8C8"
|
||||||
|
set -g @dark-blue "#000010"
|
||||||
|
set -g @blue "#203050"
|
||||||
|
set -g @light-blue "#5BB8FF"
|
||||||
|
set -g @cyan "#15D7E5"
|
||||||
|
set -g @dark-grey "#202038"
|
||||||
|
set -g @light-grey "#A0A0AD"
|
||||||
|
set -g @black "#000000"
|
||||||
|
|
||||||
|
set -g @base "#{@dark-grey}"
|
||||||
|
set -g @default-bg "#{@blue}"
|
||||||
|
set -g @default-fg "#{@white}"
|
||||||
|
set -g @active-bg "#{@light-blue}"
|
||||||
|
set -g @active-fg "#{@dark-blue}"
|
||||||
|
|
||||||
|
# default statusbar color
|
||||||
|
set-option -g status-style "bg=#{@dark-grey},fg=#{@light-blue}"
|
||||||
|
|
||||||
|
# default window title colors
|
||||||
|
set-window-option -g window-status-style "bg=#{@blue},fg=#{@light-blue}"
|
||||||
|
|
||||||
|
# default window with an activity alert
|
||||||
|
set-window-option -g window-status-activity-style "bg=#{@blue},fg=#{@light-blue}"
|
||||||
|
|
||||||
|
# active window title colors
|
||||||
|
set-window-option -g window-status-current-style "bg=#{@light-blue},fg=#{@dark-blue}"
|
||||||
|
|
||||||
|
# pane border
|
||||||
|
set-option -g pane-active-border-style fg=colour250
|
||||||
|
set-option -g pane-border-style fg=colour237
|
||||||
|
|
||||||
|
# message infos
|
||||||
|
set-option -g message-style bg=colour239,fg=colour223
|
||||||
|
|
||||||
|
# writing commands inactive
|
||||||
|
set-option -g message-command-style bg=colour239,fg=colour223
|
||||||
|
|
||||||
|
# pane number display
|
||||||
|
# set-option -g display-panes-active-colour bg=colour239,fg=colour223
|
||||||
|
# set-option -g display-panes-colour bg=colour239,fg=colour223
|
||||||
|
|
||||||
|
# clock
|
||||||
|
# set-window-option -g clock-mode-colour "#{@light-blue}"
|
||||||
|
|
||||||
|
# bell
|
||||||
|
set-window-option -g window-status-bell-style bg=colour167,fg=colour235
|
||||||
|
|
||||||
|
## Theme settings mixed with colors (unfortunately, but there is no cleaner way)
|
||||||
|
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-separator ""
|
||||||
|
|
||||||
|
set-option -g status-left "#[bg=colour241,fg=colour248] #S #[bg=colour237,fg=colour241,nobold,noitalics,nounderscore]"
|
||||||
|
set-option -g status-right "#[bg=colour237,fg=colour239 nobold, nounderscore, noitalics]#[bg=colour239,fg=colour246] %Y-%m-%d %H:%M #[bg=colour239,fg=colour248,nobold,noitalics,nounderscore]#[bg=colour248,fg=colour237] #h "
|
||||||
|
|
||||||
|
set-window-option -g window-status-current-format "#[bg=colour214,fg=colour237,nobold,noitalics,nounderscore]#[bg=colour214,fg=colour239] #I #[bg=colour214,fg=colour239,bold] #W#{?window_zoomed_flag,*Z,} #[bg=colour237,fg=colour214,nobold,noitalics,nounderscore]"
|
||||||
|
set-window-option -g window-status-format "#[bg=#{@default-bg},fg=#{@base},noitalics]#[bg=#{@default-bg},fg=#{@white}] #I #[bg=colour239,fg=colour223] #W #[bg=colour237,fg=colour239,noitalics]"
|
||||||
|
|
||||||
|
# vim: set ft=tmux tw=0 nowrap:
|
||||||
Reference in New Issue
Block a user