lib/colors: rename theme/colors

This commit is contained in:
John D Pell
2022-01-26 12:32:10 -08:00
parent 7e79212dff
commit 2a8d8ba540
6 changed files with 3 additions and 7 deletions

View File

@@ -66,10 +66,6 @@ done
# Load theme, if a theme was set
if [[ -n "${BASH_IT_THEME}" ]]; then
_log_debug "Loading \"${BASH_IT_THEME}\" theme..."
# Load colors and helpers first so they can be used in base theme
BASH_IT_LOG_PREFIX="themes: colors: "
# shellcheck source=./themes/colors.theme.bash
source "${BASH_IT}/themes/colors.theme.bash"
BASH_IT_LOG_PREFIX="themes: githelpers: "
# shellcheck source=./themes/githelpers.theme.bash
source "${BASH_IT}/themes/githelpers.theme.bash"