feat: when theme enabled and not set it default to dark256
This commit is contained in:
parent
26522d4901
commit
0f19833001
3 changed files with 21 additions and 5 deletions
|
@ -12,6 +12,7 @@ main() {
|
|||
printf "\n=============================================="
|
||||
printf "\n %s" "$test"
|
||||
printf "\n=============================================="
|
||||
printf ""
|
||||
bash -c "$test"
|
||||
|
||||
# run all and count failures
|
||||
|
|
|
@ -28,8 +28,8 @@ helper_print_fail() {
|
|||
local _current_val="${2}"
|
||||
local _expected_val="${3}"
|
||||
printf "FAIL. %s\n" "${_msg}"
|
||||
printf "current value:\t%s" "$_current_val"
|
||||
printf "expected value:\t%s" "$_expected_val"
|
||||
printf "current value:\t%s\n" "$_current_val"
|
||||
printf "expected value:\t%s\n" "$_expected_val"
|
||||
}
|
||||
|
||||
helper_print_success() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue