From cb6bec83b8e42285c27edc90695ad920208db4fb Mon Sep 17 00:00:00 2001 From: Justin Hileman Date: Sat, 9 Mar 2024 14:46:04 -0500 Subject: [PATCH] Add screen to other color schemes. --- functions/__bobthefish_colors.fish | 10 ++++++++-- functions/bobthefish_display_colors.fish | 1 + 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/functions/__bobthefish_colors.fish b/functions/__bobthefish_colors.fish index c2265a3..34a5d16 100644 --- a/functions/__bobthefish_colors.fish +++ b/functions/__bobthefish_colors.fish @@ -528,6 +528,7 @@ function __bobthefish_colors -S -a color_scheme -d 'Define colors used by bobthe set -x color_k8s $green[2] $fg[2] --bold set -x color_username $fg[3] $blue[2] --bold set -x color_hostname $fg[3] $blue[2] + set -x color_screen $green[2] $fg[2] --bold set -x color_rvm $red[2] $bg[2] --bold set -x color_nvm $green[1] $fg[2] --bold set -x color_virtualfish $blue[2] $fg[2] --bold @@ -687,6 +688,7 @@ function __bobthefish_colors -S -a color_scheme -d 'Define colors used by bobthe set -x color_aws_vault_expired $red $mantle --bold set -x color_username $surface2 $yellow --bold set -x color_hostname $surface2 $yellow + set -x color_screen $green $mantle --bold set -x color_rvm $red $mantle --bold set -x color_node $green $mantle --bold set -x color_virtualfish $peach $mantle --bold @@ -747,6 +749,7 @@ function __bobthefish_colors -S -a color_scheme -d 'Define colors used by bobthe set -x color_aws_vault_expired $red $mantle --bold set -x color_username $surface2 $yellow --bold set -x color_hostname $surface2 $yellow + set -x color_screen $green $mantle --bold set -x color_rvm $red $mantle --bold set -x color_node $green $mantle --bold set -x color_virtualfish $peach $mantle --bold @@ -807,6 +810,7 @@ function __bobthefish_colors -S -a color_scheme -d 'Define colors used by bobthe set -x color_aws_vault_expired $red $mantle --bold set -x color_username $surface2 $yellow --bold set -x color_hostname $surface2 $yellow + set -x color_screen $green $mantle --bold set -x color_rvm $red $mantle --bold set -x color_node $green $mantle --bold set -x color_virtualfish $peach $mantle --bold @@ -867,6 +871,7 @@ function __bobthefish_colors -S -a color_scheme -d 'Define colors used by bobthe set -x color_aws_vault_expired $red $mantle --bold set -x color_username $surface2 $yellow --bold set -x color_hostname $surface2 $yellow + set -x color_screen $green $mantle --bold set -x color_rvm $red $mantle --bold set -x color_node $green $mantle --bold set -x color_virtualfish $peach $mantle --bold @@ -922,6 +927,7 @@ function __bobthefish_colors -S -a color_scheme -d 'Define colors used by bobthe set -x color_username $dark_grey $blue_grey --bold set -x color_hostname $dark_grey $blue_grey + set -x color_screen $bright_green $darker_grey --bold set -x color_vagrant $lilac $darker_grey --bold set -x color_k8s $pale_gold $darker_grey --bold @@ -969,9 +975,10 @@ function __bobthefish_colors -S -a color_scheme -d 'Define colors used by bobthe set -x color_aws_vault_expired $blue[2] $red[1] --bold set -x color_username $grey[4] $blue[2] --bold set -x color_hostname $grey[4] $blue[1] + set -x color_screen $green[3] $white[2] --bold set -x color_rvm $red[2] $grey[4] --bold set -x color_node $green[3] $white[2] --bold - set -x color_virtualfish $blue[2] $grey[4] --bold + set -x color_virtualfish $blue[2] $grey[4] --bold set -x color_virtualgo $blue[2] $grey[4] --bold set -x color_desk $blue[2] $grey[4] --bold set -x color_nix $blue[2] $grey[4] --bold @@ -1084,7 +1091,6 @@ function __bobthefish_user_color_scheme_deprecated set -x color_aws_vault_expired $__color_aws_vault_expired set -x color_username $__color_username set -x color_hostname $__color_hostname - set -x color_screen $__color_screen set -x color_rvm $__color_rvm set -x color_virtualfish $__color_virtualfish set -x color_virtualgo $__color_virtualgo diff --git a/functions/bobthefish_display_colors.fish b/functions/bobthefish_display_colors.fish index b5fbe4b..39c025f 100644 --- a/functions/bobthefish_display_colors.fish +++ b/functions/bobthefish_display_colors.fish @@ -131,6 +131,7 @@ function bobthefish_display_colors -a color_scheme -d 'Print example prompt colo __bobthefish_start_segment $color_screen echo -ns 'screen ' __bobthefish_finish_segments + echo __bobthefish_start_segment $color_rvm echo -ns $ruby_glyph rvm ' '