From ca0d29e2afcc45a1b0bb50139085423dcd4457c1 Mon Sep 17 00:00:00 2001 From: Eduardo Bellido Bellido Date: Fri, 15 Nov 2013 17:57:05 +0100 Subject: [PATCH] Fixed wrong number for white color in Powerline and Powerline-plain themes --- themes/powerline-plain/powerline-plain.theme.bash | 2 +- themes/powerline/powerline.theme.bash | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/powerline-plain/powerline-plain.theme.bash b/themes/powerline-plain/powerline-plain.theme.bash index ada23dc..04ce684 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=267 +SCM_THEME_PROMPT_CLEAN_COLOR=255 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 3d0bf80..815e92c 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=267 +SCM_THEME_PROMPT_CLEAN_COLOR=255 SCM_THEME_PROMPT_DIRTY_COLOR=220 CWD_THEME_PROMPT_COLOR=240 -- 2.17.1