mirror of
https://github.com/oh-my-fish/theme-bobthefish.git
synced 2024-10-27 20:34:23 +00:00
fix indents, color contrast
This commit is contained in:
parent
0d2525e923
commit
10b19564ae
@ -502,7 +502,7 @@ function __bobthefish_colors -S -a color_scheme -d 'Define colors used by bobthe
|
||||
|
||||
set -x color_initial_segment_exit $base05 $base08 --bold
|
||||
set -x color_initial_segment_su $base05 $base0B --bold
|
||||
set -x color_initial_segment_jobs $base05 $base0C --bold
|
||||
set -x color_initial_segment_jobs $base08 $base0D --bold
|
||||
|
||||
set -x color_path $base02 $base05
|
||||
set -x color_path_basename $base02 $base06 --bold
|
||||
@ -522,11 +522,11 @@ function __bobthefish_colors -S -a color_scheme -d 'Define colors used by bobthe
|
||||
set -x color_k8s $base02 $colorfg --bold
|
||||
set -x color_username $base02 $base0D --bold
|
||||
set -x color_hostname $base02 $base0D
|
||||
set -x color_rvm $base08 $colorfg --bold
|
||||
set -x color_nvm $base08 $colorfg --bold
|
||||
set -x color_virtualfish $base08 $colorfg --bold
|
||||
set -x color_virtualgo $base08 $colorfg --bold
|
||||
set -x color_desk $base08 $colorfg --bold
|
||||
set -x color_rvm $base09 $colorfg --bold
|
||||
set -x color_nvm $base09 $colorfg --bold
|
||||
set -x color_virtualfish $base09 $colorfg --bold
|
||||
set -x color_virtualgo $base09 $colorfg --bold
|
||||
set -x color_desk $base09 $colorfg --bold
|
||||
|
||||
case '*' # default dark theme
|
||||
# light medium dark
|
||||
|
Loading…
Reference in New Issue
Block a user