diff --git a/colorschemes/dark.colorscheme.bash b/colorschemes/dark.colorscheme.bash index d456ccd1..280d8a6f 100644 --- a/colorschemes/dark.colorscheme.bash +++ b/colorschemes/dark.colorscheme.bash @@ -1,14 +1,14 @@ CLOCK_THEME_PROMPT_COLOR=124 -CWD_THEME_PROMPT_COLOR=311 -HOST_THEME_PROMPT_COLOR=6 +CWD_THEME_PROMPT_COLOR=111 +HOST_THEME_PROMPT_COLOR=99 SCM_THEME_PROMPT_CLEAN_COLOR=4 SCM_THEME_PROMPT_STAGED_COLOR=2563 SCM_THEME_PROMPT_DIRTY_COLOR=2561 SCM_THEME_PROMPT_UNSTAGED_COLOR=209 -USER_INFO_THEME_PROMPT_COLOR=196 +USER_INFO_THEME_PROMPT_COLOR=126 GO_THEME_PROMPT_COLOR=19 POWERLINE_GO_COLOR=33 - +NODE_THEME_PROMPT_COLOR=26 #CLOCK_THEME_PROMPT_COLOR=214 #CWD_THEME_PROMPT_COLOR=123 @@ -20,3 +20,4 @@ POWERLINE_GO_COLOR=33 #USER_INFO_THEME_PROMPT_COLOR=46 #GO_THEME_PROMPT_COLOR=33 #POWERLINE_GO_COLOR=33 + diff --git a/colorschemes/light.colorscheme.bash b/colorschemes/light.colorscheme.bash index 1f9a10ec..e1f527f0 100644 --- a/colorschemes/light.colorscheme.bash +++ b/colorschemes/light.colorscheme.bash @@ -1,5 +1,5 @@ -CLOCK_THEME_PROMPT_COLOR=214 -CWD_THEME_PROMPT_COLOR=123 +CLOCK_THEME_PROMPT_COLOR=131 +CWD_THEME_PROMPT_COLOR=153 HOST_THEME_PROMPT_COLOR=9 RUBY_THEME_PROMPT_COLOR=202 SCM_THEME_PROMPT_CLEAN_COLOR=177 diff --git a/colorschemes/tango.colorscheme.bash b/colorschemes/tango.colorscheme.bash new file mode 100644 index 00000000..d18bed0f --- /dev/null +++ b/colorschemes/tango.colorscheme.bash @@ -0,0 +1,18 @@ +CLOCK_THEME_PROMPT_COLOR=93 +CLOUD_THEME_PROMPT_COLOR=161 +COMMAND_NUMBER_THEME_PROMPT_COLOR=24 +CWD_THEME_PROMPT_COLOR=23 +DIRSTACK_THEME_PROMPT_COLOR=190 +HISTORY_NUMBER_THEME_PROMPT_COLOR=234 +HOST_THEME_PROMPT_COLOR=133 +IN_TOOLBOX_THEME_PROMPT_COLOR=125 +IN_VIM_THEME_PROMPT_COLOR=245 +KUBERNETES_CONTEXT_THEME_PROMPT_COLOR=26 +LAST_STATUS_THEME_PROMPT_COLOR=52 +NODE_THEME_PROMPT_COLOR=22 +PYTHON_VENV_THEME_PROMPT_COLOR=35 +RUBY_THEME_PROMPT_COLOR=161 +SCM_THEME_PROMPT_COLOR=187 +SHLVL_THEME_PROMPT_COLOR=123 +TERRAFORM_THEME_PROMPT_COLOR=161 +USER_INFO_THEME_PROMPT_COLOR_SUDO=202 diff --git a/themes/powerline/powerline.helpers.bash b/themes/powerline/powerline.helpers.bash index b5a6f85b..5f7b0df5 100644 --- a/themes/powerline/powerline.helpers.bash +++ b/themes/powerline/powerline.helpers.bash @@ -1,3 +1,5 @@ +#!/usr/bin/env bash +# vim: ft=bash # A bunch of Powerline Prompt Helper functions that # change which compnents are shown, and to what level of detail to # render the Git/SCM info.