1
0
Fork 0

Align minor colour in Zsh prompt with tmux status colour

This commit is contained in:
tastytea 2022-04-08 04:54:34 +02:00
parent 882232cff2
commit 3fa947d422
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ typeset -gA zsh_theme_colours
zsh_theme_colours[prompt]="207" # bright pink
zsh_theme_colours[vcs]="97" # dark pink
zsh_theme_colours[highlight]="201" # pink
zsh_theme_colours[minor]="60" # dark violet
zsh_theme_colours[minor]="61" # dark violet
zsh_theme_colours[inactive]="236" # grey
# This will use potentially user defined colours