From 2c080cecedcc932248f697bd604875eb01f95d8a Mon Sep 17 00:00:00 2001 From: Victor Bersy Date: Tue, 28 Dec 2021 14:08:56 +0100 Subject: [PATCH] Fix k8s colors --- functions/__bobthefish_colors.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/__bobthefish_colors.fish b/functions/__bobthefish_colors.fish index 1ee71d2..b8b454f 100644 --- a/functions/__bobthefish_colors.fish +++ b/functions/__bobthefish_colors.fish @@ -516,7 +516,7 @@ function __bobthefish_colors -S -a color_scheme -d 'Define colors used by bobthe set -x color_vi_mode_visual $orange $bg --bold set -x color_vagrant $pink $bg --bold - set -x color_k8s $green $fg --bold + set -x color_k8s $purple $bg --bold set -x color_aws_vault $comment $yellow --bold set -x color_aws_vault_expired $comment $red --bold set -x color_username $selection $cyan --bold