This commit is contained in:
vinceliuice
2024-11-24 23:59:23 +08:00
parent 1afceb0b31
commit 4ce80c209b
6 changed files with 20 additions and 6 deletions

View File

@@ -895,6 +895,10 @@ gtk_base() {
if [[ "${GNOME_VERSION}" -ge '47-0' && "${libadwaita}" == 'true' ]]; then
sed $SED_OPT "/\$gnome_version/s/old/new/" "${THEME_SRC_DIR}/sass/_gtk-base-temp.scss"
fi
if [[ "${accent_type}" == 'fixed' ]]; then
sed $SED_OPT "/\$accent_type/s/default/fixed/" "${THEME_SRC_DIR}/sass/_gtk-base-temp.scss"
fi
}
shell_base() {