themes/rjorgenson: Accept empty "OMB_THEME_{BRACKET,STRING}_COLOR" by users

This commit is contained in:
Koichi Murase
2022-02-01 01:07:30 +09:00
parent 6c0dcf3ce7
commit f953288b17

View File

@@ -3,8 +3,8 @@
# set colors for use throughout the prompt
# i like things consistent
OMB_THEME_BRACKET_COLOR="${OMB_THEME_BRACKET_COLOR:-${blue}}"
OMB_THEME_STRING_COLOR="${OMB_THEME_STRING_COLOR:-${green}}"
OMB_THEME_BRACKET_COLOR="${OMB_THEME_BRACKET_COLOR-${blue}}"
OMB_THEME_STRING_COLOR="${OMB_THEME_STRING_COLOR-${green}}"
SCM_THEME_PROMPT_PREFIX=""
SCM_THEME_PROMPT_SUFFIX=""