This commit is contained in:
Duke Jones 2019-06-20 07:55:09 +00:00 committed by GitHub
commit bcb54e033b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -469,6 +469,9 @@ function __bobthefish_colors -S -a color_scheme -d 'Define colors used by bobthe
set -x color_desk $comment $bg --bold
case '*' # default dark theme
if type -q "__bobthefish_color_scheme_$color_scheme"
__bobthefish_color_scheme_$color_scheme
else
# light medium dark
# ------ ------ ------
set -l red cc9999 ce000f 660000
@ -510,6 +513,7 @@ function __bobthefish_colors -S -a color_scheme -d 'Define colors used by bobthe
set -x color_desk $blue[2] $grey[1] --bold
end
end
end
function __bobthefish_user_color_scheme_deprecated
set -q __color_initial_segment_exit; or set -l __color_initial_segment_exit ffffff ce000f --bold