mirror of
https://github.com/vinceliuice/Colloid-icon-theme.git
synced 2026-08-18 09:22:30 -07:00
+4
-1
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user