shellcheck compliance
This commit is contained in:
parent
fac969264a
commit
f05fc86d68
5 changed files with 5 additions and 4 deletions
|
@ -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=()
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
colors=(
|
export colors=(
|
||||||
"$base"
|
"$base"
|
||||||
"$love"
|
"$love"
|
||||||
"$foam"
|
"$foam"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue