diff --git a/install.py b/install.py index 10eff20..16ca3a0 100644 --- a/install.py +++ b/install.py @@ -113,16 +113,6 @@ def main(): gnome_shell_theme *= f"{config.tweaks_folder}/launchpad/launchpad.png" - # color tweaks - if args.filled: - for apply_file in os.listdir(f"{temp_gnome_folder}/"): - replace_keywords(f"{temp_gnome_folder}/{apply_file}", - ("BUTTON-COLOR", "ACCENT-FILLED-COLOR"), - ("BUTTON_HOVER", "ACCENT-FILLED_HOVER"), - ("BUTTON_INSENSITIVE", "ACCENT-FILLED_INSENSITIVE"), - ("BUTTON-TEXT-COLOR", "TEXT-BLACK-COLOR"), - ("BUTTON-TEXT_SECONDARY", "TEXT-BLACK_SECONDARY")) - # what argument colors defined if args.all: # install hue colors listed in colors.json diff --git a/scripts/utils.py b/scripts/utils.py index 87f604d..fe82235 100644 --- a/scripts/utils.py +++ b/scripts/utils.py @@ -78,6 +78,7 @@ def destination_return(themes_folder, path_name, theme_mode, theme_type): :param themes_folder: themes folder location :param path_name: color name :param theme_mode: theme name (light or dark) + :param theme_type: theme type (gnome-shell, gtk-4.0, ...) :return: copied files' folder location """