From 0ac50039a77c5f1b20045f8d20975ed04cceb8bb Mon Sep 17 00:00:00 2001 From: Justin Hileman <justin@justinhileman.info> Date: Mon, 6 Jun 2016 21:56:14 -0700 Subject: [PATCH] Color schemes tweaks for themes with more limited palettes. --- fish_prompt.fish | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/fish_prompt.fish b/fish_prompt.fish index bd53461..fd0dcc1 100644 --- a/fish_prompt.fish +++ b/fish_prompt.fish @@ -908,8 +908,8 @@ function fish_prompt -d 'bobthefish, a fish theme optimized for awesome' set __color_path $grey $white set __color_path_basename $grey $white --bold - set __color_path_nowrite $orange $grey - set __color_path_nowrite_basename $orange $grey --bold + set __color_path_nowrite $grey $red + set __color_path_nowrite_basename $grey $red --bold set __color_repo $green $grey set __color_repo_work_tree $green $grey --bold @@ -949,17 +949,17 @@ function fish_prompt -d 'bobthefish, a fish theme optimized for awesome' set __color_initial_segment_su $base02 $base0B --bold set __color_initial_segment_jobs $base02 $base0D --bold - set __color_path $base05 $base02 - set __color_path_basename $base05 $base01 --bold - set __color_path_nowrite $base0A $base02 - set __color_path_nowrite_basename $base0A $base01 --bold + set __color_path $base06 $base02 + set __color_path_basename $base06 $base01 --bold + set __color_path_nowrite $base06 $base08 + set __color_path_nowrite_basename $base06 $base08 --bold set __color_repo $base0B $colorfg set __color_repo_work_tree $base0B $colorfg --bold set __color_repo_dirty $base08 $colorfg set __color_repo_staged $base09 $colorfg - set __color_vi_mode_default $base05 $colorfg --bold + set __color_vi_mode_default $base04 $colorfg --bold set __color_vi_mode_insert $base0B $colorfg --bold set __color_vi_mode_visual $base09 $colorfg --bold @@ -994,8 +994,8 @@ function fish_prompt -d 'bobthefish, a fish theme optimized for awesome' set __color_path $base02 $base05 set __color_path_basename $base02 $base06 --bold - set __color_path_nowrite $base0A $base02 - set __color_path_nowrite_basename $base0A $base01 --bold + set __color_path_nowrite $base02 $base08 + set __color_path_nowrite_basename $base02 $base08 --bold set __color_repo $base0B $colorfg set __color_repo_work_tree $base0B $colorfg --bold