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
|
||||
. "${ScriptDir}/themes/rose-pine.sh" || exit 1
|
||||
else
|
||||
# shellcheck source=themes/rose-pine.sh
|
||||
. "${ScriptDir}/themes/rose-pine-${subcommand}.sh" || exit 1
|
||||
fi
|
||||
default_red=()
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
colors=(
|
||||
export colors=(
|
||||
"$base"
|
||||
"$love"
|
||||
"$foam"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
colors=(
|
||||
export colors=(
|
||||
"250,244,237"
|
||||
"180,99,122"
|
||||
"86,148,159"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
colors=(
|
||||
export colors=(
|
||||
"35,33,54"
|
||||
"235,111,146"
|
||||
"156,207,216"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
colors=(
|
||||
export colors=(
|
||||
"25,23,36"
|
||||
"235,111,146"
|
||||
"156,207,216"
|
||||
|
|
Loading…
Reference in a new issue