This commit is contained in:
vinceliuice
2025-07-04 09:23:01 +08:00
parent 3de0bf8bba
commit 4e9fcca5c2

View File

@@ -60,6 +60,10 @@ install() {
notint_folder
if [[ "${scheme}" != '' || "${theme}" != '' ]]; then
sed -i "s/#60c0f0/${theme_color}/g" "${THEME_DIR}"/apps/scalable/*.svg
fi
cp -r "${SRC_DIR}"/links/* "${THEME_DIR}"
fi
@@ -139,7 +143,6 @@ notint_folder() {
if [[ "${scheme}" != '' || "${theme}" != '' ]]; then
cp -r "${SRC_DIR}"/notint/*.svg "${THEME_DIR}"/places/scalable
sed -i "s/#60c0f0/${theme_color}/g" "${THEME_DIR}"/places/scalable/*.svg
sed -i "s/#60c0f0/${theme_color}/g" "${THEME_DIR}"/apps/scalable/*.svg
fi
}