update
This commit is contained in:
parent
374e80768c
commit
29db51a43c
1 changed files with 4 additions and 4 deletions
|
@ -4,7 +4,7 @@
|
|||
# --> Catppuccin
|
||||
thm_bg="#1e1e28"
|
||||
thm_fg="#d7dae0"
|
||||
thm_white="#c2e7f0"
|
||||
thm_cyan="#c2e7f0"
|
||||
thm_black="#15121c"
|
||||
thm_gray="#2d293b"
|
||||
thm_magenta="#c6aae8"
|
||||
|
@ -27,8 +27,8 @@ set -g status-left-length "100"
|
|||
set -g status-right-length "100"
|
||||
|
||||
# messages
|
||||
set -g message-style fg="${thm_white}",bg="${thm_gray}",align="centre"
|
||||
set -g message-command-style fg="${thm_white}",bg="${thm_gray}",align="centre"
|
||||
set -g message-style fg="${thm_cyan}",bg="${thm_gray}",align="centre"
|
||||
set -g message-command-style fg="${thm_cyan}",bg="${thm_gray}",align="centre"
|
||||
|
||||
# panes
|
||||
set -g pane-border-style fg="${thm_gray}"
|
||||
|
@ -46,7 +46,7 @@ set -g status-right "#[fg=$thm_pink,bg=$thm_bg,nobold,nounderscore,noitalics]
|
|||
|
||||
# current_dir
|
||||
setw -g window-status-format "#[fg=$thm_bg,bg=$thm_blue] #I #[fg=$thm_fg,bg=$thm_gray] #{b:pane_current_path} "
|
||||
setw -g window-status-current-format "#[fg=$thm_bg,bg=$thm_orange] #I #[fg=$thm_white,bg=$thm_bg] #{b:pane_current_path} "
|
||||
setw -g window-status-current-format "#[fg=$thm_bg,bg=$thm_orange] #I #[fg=$thm_fg,bg=$thm_bg] #{b:pane_current_path} "
|
||||
|
||||
# parent_dir/current_dir
|
||||
# setw -g window-status-format "#[fg=colour232,bg=colour111] #I #[fg=colour222,bg=colour235] #(echo "#{pane_current_path}" | rev | cut -d'/' -f-2 | rev) "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue