Update tmux, p10k with rosepine colorschemes
This commit is contained in:
@@ -215,9 +215,9 @@
|
||||
|
||||
##################################[ dir: current directory ]##################################
|
||||
# Current directory background color.
|
||||
typeset -g POWERLEVEL9K_DIR_BACKGROUND=4
|
||||
typeset -g POWERLEVEL9K_DIR_BACKGROUND=5
|
||||
# Default current directory foreground color.
|
||||
typeset -g POWERLEVEL9K_DIR_FOREGROUND=254
|
||||
typeset -g POWERLEVEL9K_DIR_FOREGROUND=0
|
||||
# If directory is too long, shorten some of its segments to the shortest possible unique
|
||||
# prefix. The shortened directory can be tab-completed to the original.
|
||||
typeset -g POWERLEVEL9K_SHORTEN_STRATEGY=truncate_to_unique
|
||||
@@ -527,7 +527,7 @@
|
||||
# it will signify error by turning red.
|
||||
typeset -g POWERLEVEL9K_STATUS_ERROR=true
|
||||
typeset -g POWERLEVEL9K_STATUS_ERROR_VISUAL_IDENTIFIER_EXPANSION='✘'
|
||||
typeset -g POWERLEVEL9K_STATUS_ERROR_FOREGROUND=3
|
||||
typeset -g POWERLEVEL9K_STATUS_ERROR_FOREGROUND=255
|
||||
typeset -g POWERLEVEL9K_STATUS_ERROR_BACKGROUND=1
|
||||
|
||||
# Status when the last command was terminated by a signal.
|
||||
@@ -1752,7 +1752,7 @@
|
||||
####################################[ time: current time ]####################################
|
||||
# Current time color.
|
||||
typeset -g POWERLEVEL9K_TIME_FOREGROUND=0
|
||||
typeset -g POWERLEVEL9K_TIME_BACKGROUND=7
|
||||
typeset -g POWERLEVEL9K_TIME_BACKGROUND=6
|
||||
# Format for the current time: 09:51:02. See `man 3 strftime`.
|
||||
typeset -g POWERLEVEL9K_TIME_FORMAT='%D{%H:%M:%S}'
|
||||
# If set to true, time will update when you hit enter. This way prompts for the past
|
||||
@@ -1790,7 +1790,7 @@
|
||||
}
|
||||
|
||||
typeset -g POWERLEVEL9K_JJ_FOREGROUND=0
|
||||
typeset -g POWERLEVEL9K_JJ_BACKGROUND=4
|
||||
typeset -g POWERLEVEL9K_JJ_BACKGROUND=2
|
||||
|
||||
# Transient prompt works similarly to the builtin transient_rprompt option. It trims down prompt
|
||||
# when accepting a command line. Supported values:
|
||||
|
||||
Reference in New Issue
Block a user