From 44d6437ae120e7513dc0e71e12eefbd382b28d49 Mon Sep 17 00:00:00 2001 From: Zanark Date: Fri, 2 Oct 2020 13:28:42 +0530 Subject: [PATCH] Added colors to help people with Deuteranopia --- themes/gitline/gitline.theme.bash | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/themes/gitline/gitline.theme.bash b/themes/gitline/gitline.theme.bash index 1d7ac47b..3c44d0d7 100644 --- a/themes/gitline/gitline.theme.bash +++ b/themes/gitline/gitline.theme.bash @@ -28,12 +28,23 @@ SCM_GIT_CHAR=${POWERLINE_SCM_GIT_CHAR:=" "} SCM_HG_CHAR=${POWERLINE_SCM_HG_CHAR:="☿ "} SCM_THEME_PROMPT_CLEAN=" ✓ " SCM_THEME_PROMPT_DIRTY=" ⨯ " + +#GIT Prompt colors with no color blindness SCM_THEME_PROMPT_COLOR=91 SCM_THEME_PROMPT_CLEAN_COLOR=41 SCM_THEME_PROMPT_DIRTY_COLOR=94 SCM_THEME_PROMPT_STAGED_COLOR=220 #52 SCM_THEME_PROMPT_UNSTAGED_COLOR=81 +#GIT Prompt Colors for Deuteranopia + +#SCM_THEME_PROMPT_CLEAN_COLOR=39 +#SCM_THEME_PROMPT_DIRTY_COLOR=9 +#SCM_THEME_PROMPT_STAGED_COLOR=220 +#SCM_THEME_PROMPT_UNSTAGED_COLOR=91 + + + #Ruby Prompt Symbols RVM_THEME_PROMPT_PREFIX="" RVM_THEME_PROMPT_SUFFIX=""