shellcheck compliance

main
Zynh0722 2023-12-26 17:42:32 -08:00
parent fac969264a
commit f05fc86d68
5 changed files with 5 additions and 4 deletions

View File

@ -21,6 +21,7 @@ case "$subcommand" in
if [ "$subcommand" == "" ] || [ "$subcommand" == "default" ]; then if [ "$subcommand" == "" ] || [ "$subcommand" == "default" ]; then
. "${ScriptDir}/themes/rose-pine.sh" || exit 1 . "${ScriptDir}/themes/rose-pine.sh" || exit 1
else else
# shellcheck source=themes/rose-pine.sh
. "${ScriptDir}/themes/rose-pine-${subcommand}.sh" || exit 1 . "${ScriptDir}/themes/rose-pine-${subcommand}.sh" || exit 1
fi fi
default_red=() default_red=()

View File

@ -1,5 +1,5 @@
#!/bin/bash #!/bin/bash
colors=( export colors=(
"$base" "$base"
"$love" "$love"
"$foam" "$foam"

View File

@ -1,5 +1,5 @@
#!/bin/bash #!/bin/bash
colors=( export colors=(
"250,244,237" "250,244,237"
"180,99,122" "180,99,122"
"86,148,159" "86,148,159"

View File

@ -1,5 +1,5 @@
#!/bin/bash #!/bin/bash
colors=( export colors=(
"35,33,54" "35,33,54"
"235,111,146" "235,111,146"
"156,207,216" "156,207,216"

View File

@ -1,5 +1,5 @@
#!/bin/bash #!/bin/bash
colors=( export colors=(
"25,23,36" "25,23,36"
"235,111,146" "235,111,146"
"156,207,216" "156,207,216"