Skip to content

Commit 4e9fcca

Browse files
committed
Fixed #194, Fixed #195
1 parent 3de0bf8 commit 4e9fcca

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

install.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ install() {
6060

6161
notint_folder
6262

63+
if [[ "${scheme}" != '' || "${theme}" != '' ]]; then
64+
sed -i "s/#60c0f0/${theme_color}/g" "${THEME_DIR}"/apps/scalable/*.svg
65+
fi
66+
6367
cp -r "${SRC_DIR}"/links/* "${THEME_DIR}"
6468
fi
6569

@@ -139,7 +143,6 @@ notint_folder() {
139143
if [[ "${scheme}" != '' || "${theme}" != '' ]]; then
140144
cp -r "${SRC_DIR}"/notint/*.svg "${THEME_DIR}"/places/scalable
141145
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
143146
fi
144147
}
145148

0 commit comments

Comments
 (0)