From: Eduardo Bellido Bellido Date: Fri, 15 Nov 2013 19:57:27 +0000 (+0100) Subject: Now, really fixed wrong number for white color in Powerline and Powerline-plain themes X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=91538bce78cb98c15ef9537ce1888f8bcdacf0bb;p=common%2Fbash_it.git Now, really fixed wrong number for white color in Powerline and Powerline-plain themes --- diff --git a/themes/powerline-plain/powerline-plain.theme.bash b/themes/powerline-plain/powerline-plain.theme.bash index 04ce684..4a83513 100644 --- a/themes/powerline-plain/powerline-plain.theme.bash +++ b/themes/powerline-plain/powerline-plain.theme.bash @@ -14,7 +14,7 @@ SCM_GIT_AHEAD_CHAR="↑" SCM_THEME_PROMPT_CLEAN="" SCM_THEME_PROMPT_DIRTY="" SCM_THEME_PROMPT_COLOR=238 -SCM_THEME_PROMPT_CLEAN_COLOR=255 +SCM_THEME_PROMPT_CLEAN_COLOR=231 SCM_THEME_PROMPT_DIRTY_COLOR=220 CWD_THEME_PROMPT_COLOR=240 diff --git a/themes/powerline/powerline.theme.bash b/themes/powerline/powerline.theme.bash index 815e92c..a67463a 100644 --- a/themes/powerline/powerline.theme.bash +++ b/themes/powerline/powerline.theme.bash @@ -16,7 +16,7 @@ SCM_GIT_AHEAD_CHAR="↑" SCM_THEME_PROMPT_CLEAN="" SCM_THEME_PROMPT_DIRTY="" SCM_THEME_PROMPT_COLOR=238 -SCM_THEME_PROMPT_CLEAN_COLOR=255 +SCM_THEME_PROMPT_CLEAN_COLOR=231 SCM_THEME_PROMPT_DIRTY_COLOR=220 CWD_THEME_PROMPT_COLOR=240