From 233dc01d4c01152f3bbd112ac647913d3a8ad778 Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Wed, 30 Jul 2025 02:23:52 +0800 Subject: [PATCH] Fixed #1322 --- libs/lib-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/lib-install.sh b/libs/lib-install.sh index 7c1c58cc..6cb06365 100755 --- a/libs/lib-install.sh +++ b/libs/lib-install.sh @@ -971,7 +971,7 @@ shell_base() { customize_theme() { cp -rf "${THEME_SRC_DIR}/sass/_theme-options"{".scss","-temp.scss"} - if [[ "${GNOME_VERSION}" -ge '47-0' && "${accent_type}" != 'fixed' ]]; then + if [[ "${GNOME_VERSION}" -ge '47-0' && "${accent_type}" != 'fixed' && "${scheme}" != 'nord' ]]; then sed $SED_OPT "/\$shell_version/s/old/new/" "${THEME_SRC_DIR}/sass/_theme-options-temp.scss" fi