More themes

pull/1944/head
Konstantin Gredeskoul 2021-04-30 08:21:48 -07:00
parent 977cacf54a
commit 2db1698680
No known key found for this signature in database
GPG Key ID: F64DECB748F527EB
4 changed files with 27 additions and 6 deletions

View File

@ -1,14 +1,14 @@
CLOCK_THEME_PROMPT_COLOR=124 CLOCK_THEME_PROMPT_COLOR=124
CWD_THEME_PROMPT_COLOR=311 CWD_THEME_PROMPT_COLOR=111
HOST_THEME_PROMPT_COLOR=6 HOST_THEME_PROMPT_COLOR=99
SCM_THEME_PROMPT_CLEAN_COLOR=4 SCM_THEME_PROMPT_CLEAN_COLOR=4
SCM_THEME_PROMPT_STAGED_COLOR=2563 SCM_THEME_PROMPT_STAGED_COLOR=2563
SCM_THEME_PROMPT_DIRTY_COLOR=2561 SCM_THEME_PROMPT_DIRTY_COLOR=2561
SCM_THEME_PROMPT_UNSTAGED_COLOR=209 SCM_THEME_PROMPT_UNSTAGED_COLOR=209
USER_INFO_THEME_PROMPT_COLOR=196 USER_INFO_THEME_PROMPT_COLOR=126
GO_THEME_PROMPT_COLOR=19 GO_THEME_PROMPT_COLOR=19
POWERLINE_GO_COLOR=33 POWERLINE_GO_COLOR=33
NODE_THEME_PROMPT_COLOR=26
#CLOCK_THEME_PROMPT_COLOR=214 #CLOCK_THEME_PROMPT_COLOR=214
#CWD_THEME_PROMPT_COLOR=123 #CWD_THEME_PROMPT_COLOR=123
@ -20,3 +20,4 @@ POWERLINE_GO_COLOR=33
#USER_INFO_THEME_PROMPT_COLOR=46 #USER_INFO_THEME_PROMPT_COLOR=46
#GO_THEME_PROMPT_COLOR=33 #GO_THEME_PROMPT_COLOR=33
#POWERLINE_GO_COLOR=33 #POWERLINE_GO_COLOR=33

View File

@ -1,5 +1,5 @@
CLOCK_THEME_PROMPT_COLOR=214 CLOCK_THEME_PROMPT_COLOR=131
CWD_THEME_PROMPT_COLOR=123 CWD_THEME_PROMPT_COLOR=153
HOST_THEME_PROMPT_COLOR=9 HOST_THEME_PROMPT_COLOR=9
RUBY_THEME_PROMPT_COLOR=202 RUBY_THEME_PROMPT_COLOR=202
SCM_THEME_PROMPT_CLEAN_COLOR=177 SCM_THEME_PROMPT_CLEAN_COLOR=177

View File

@ -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

View File

@ -1,3 +1,5 @@
#!/usr/bin/env bash
# vim: ft=bash
# A bunch of Powerline Prompt Helper functions that # A bunch of Powerline Prompt Helper functions that
# change which compnents are shown, and to what level of detail to # change which compnents are shown, and to what level of detail to
# render the Git/SCM info. # render the Git/SCM info.