From 2e4a47dd618a3f238d34f82f5e528d8e69830779 Mon Sep 17 00:00:00 2001 From: Yax <1949284+kianby@users.noreply.github.com> Date: Mon, 7 Nov 2022 17:35:29 +0100 Subject: [PATCH] Remove solarized theme for gitprompt --- dot_bash-git-prompt/themes/Solarized_Yax.bgptheme | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 dot_bash-git-prompt/themes/Solarized_Yax.bgptheme diff --git a/dot_bash-git-prompt/themes/Solarized_Yax.bgptheme b/dot_bash-git-prompt/themes/Solarized_Yax.bgptheme deleted file mode 100644 index 19faff2..0000000 --- a/dot_bash-git-prompt/themes/Solarized_Yax.bgptheme +++ /dev/null @@ -1,13 +0,0 @@ -# This theme for gitprompt.sh is optimized for the "Solarized Dark" and "Solarized Light" color schemes -# tweaked for Ubuntu terminal fonts - -override_git_prompt_colors() { - GIT_PROMPT_THEME_NAME="Solarized_Yax" - GIT_PROMPT_STAGED="${Yellow}●" - GIT_PROMPT_STASHED="${BoldMagenta}⚑ " - GIT_PROMPT_CLEAN="${Green}✔" - GIT_PROMPT_END_USER=" \n${BoldBlue}${ResetColor} $ " - GIT_PROMPT_END_ROOT=" \n${BoldBlue}${ResetColor} # " -} - -reload_git_prompt_colors "Solarized_Yax"