mirror of
https://github.com/oh-my-fish/theme-bobthefish.git
synced 2024-10-27 20:34:23 +00:00
Update jellybeans
This commit is contained in:
parent
778b501583
commit
d277125050
@ -649,6 +649,7 @@ function __bobthefish_colors -S -a color_scheme -d 'Define colors used by bobthe
|
||||
set -l dark_green 556633
|
||||
|
||||
set -x color_initial_segment_exit $dark_red $white --bold
|
||||
set -x color_initial_segment_private $light_grey $dark_grey --bold
|
||||
set -x color_initial_segment_su $red_orange $darker_grey --bold
|
||||
set -x color_initial_segment_jobs $lilac $darker_grey --bold
|
||||
|
||||
@ -671,10 +672,14 @@ function __bobthefish_colors -S -a color_scheme -d 'Define colors used by bobthe
|
||||
|
||||
set -x color_vagrant $lilac $darker_grey --bold
|
||||
set -x color_k8s $pale_gold $darker_grey --bold
|
||||
set -x color_aws_vault $deep_blue $pale_gold --bold
|
||||
set -x color_aws_vault_expired $deep_blue $red --bold
|
||||
set -x color_rvm $pink $darker_grey --bold
|
||||
set -x color_nvm $bright_green $darker_grey --bold
|
||||
set -x color_virtualfish $cyan $darker_grey --bold
|
||||
set -x color_virtualgo $light_green $darker_grey --bold
|
||||
set -x color_desk $light_grey $darker_grey --bold
|
||||
set -x color_nix $bright_blue $darker_grey --bold
|
||||
|
||||
case 'darcula'
|
||||
# light medium dark darkest
|
||||
|
@ -5,6 +5,7 @@ function bobthefish_display_colors -a color_scheme -d 'Print example prompt colo
|
||||
base16 base16-light \
|
||||
gruvbox gruvbox-light zenburn \
|
||||
dracula nord \
|
||||
jellybeans \
|
||||
terminal terminal-dark-white \
|
||||
terminal-light terminal-light-black \
|
||||
terminal2 terminal2-dark-white \
|
||||
@ -129,6 +130,10 @@ function bobthefish_display_colors -a color_scheme -d 'Print example prompt colo
|
||||
echo -ns $ruby_glyph rvm ' '
|
||||
__bobthefish_finish_segments
|
||||
|
||||
__bobthefish_start_segment $color_nvm
|
||||
echo -ns $ruby_glyph nvm ' '
|
||||
__bobthefish_finish_segments
|
||||
|
||||
__bobthefish_start_segment $color_virtualfish
|
||||
echo -ns $virtualenv_glyph virtualfish ' '
|
||||
__bobthefish_finish_segments
|
||||
|
Loading…
Reference in New Issue
Block a user