themes: Use new color variables

This commit is contained in:
Koichi Murase
2022-01-19 16:52:15 +09:00
parent d0e61d2261
commit 7ed389eafd
66 changed files with 407 additions and 400 deletions

View File

@@ -13,7 +13,7 @@ case $TERM in
esac
function _omb_theme_PROMPT_COMMAND() {
PS1="${TITLEBAR}${orange}${reset_color}${green}\w${bold_blue}\[\$(scm_prompt_info)\]${normal} "
PS1="${TITLEBAR}${_omb_prompt_orange}${_omb_prompt_reset_color}${green}\w${_omb_prompt_bold_blue}\[\$(scm_prompt_info)\]${_omb_prompt_normal} "
}
# scm themeing