mirror of
https://github.com/vinceliuice/Colloid-icon-theme.git
synced 2025-09-17 08:17:54 -07:00
Fixed #152
This commit is contained in:
@@ -64,7 +64,7 @@ install() {
|
|||||||
|
|
||||||
colors_folder
|
colors_folder
|
||||||
|
|
||||||
if [[ "${scheme}" != '' ]]; then
|
if [[ "${scheme}" != '' || "${theme}" != '' ]]; then
|
||||||
cp -r "${SRC_DIR}"/notint/*.svg "${THEME_DIR}"/places/scalable
|
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}"/places/scalable/*.svg
|
||||||
sed -i "s/#60c0f0/${theme_color}/g" "${THEME_DIR}"/apps/scalable/*.svg
|
sed -i "s/#60c0f0/${theme_color}/g" "${THEME_DIR}"/apps/scalable/*.svg
|
||||||
|
Reference in New Issue
Block a user