New theme

This commit is contained in:
random
2022-03-23 21:36:50 -07:00
parent ac67ffdaee
commit 0a5eacfc4b
6 changed files with 371 additions and 47 deletions

View File

@@ -182,7 +182,7 @@
#################################[ os_icon: os identifier ]##################################
# OS identifier color.
typeset -g POWERLEVEL9K_OS_ICON_FOREGROUND=160
typeset -g POWERLEVEL9K_OS_ICON_FOREGROUND=21
# Custom icon.
# typeset -g POWERLEVEL9K_OS_ICON_CONTENT_EXPANSION='⭐'

View File

@@ -196,9 +196,6 @@ if [ -f /usr/share/zsh-autosuggestions/zsh-autosuggestions.zsh ]; then
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=#999'
fi
# Set LS directory color
LS_COLORS=$LS_COLORS:'di=1;31:' ; export LS_COLORS
# Load zplug and extensions
source /usr/share/zplug/init.zsh
zplug romkatv/powerlevel10k, as:theme, depth:1