We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3de0bf8 commit 4e9fccaCopy full SHA for 4e9fcca
install.sh
@@ -60,6 +60,10 @@ install() {
60
61
notint_folder
62
63
+ if [[ "${scheme}" != '' || "${theme}" != '' ]]; then
64
+ sed -i "s/#60c0f0/${theme_color}/g" "${THEME_DIR}"/apps/scalable/*.svg
65
+ fi
66
+
67
cp -r "${SRC_DIR}"/links/* "${THEME_DIR}"
68
fi
69
@@ -139,7 +143,6 @@ notint_folder() {
139
143
if [[ "${scheme}" != '' || "${theme}" != '' ]]; then
140
144
cp -r "${SRC_DIR}"/notint/*.svg "${THEME_DIR}"/places/scalable
141
145
sed -i "s/#60c0f0/${theme_color}/g" "${THEME_DIR}"/places/scalable/*.svg
142
- sed -i "s/#60c0f0/${theme_color}/g" "${THEME_DIR}"/apps/scalable/*.svg
146
147
}
148
0 commit comments