mirror of
https://github.com/imarkoff/Marble-shell-theme.git
synced 2025-09-17 08:47:55 -07:00
Add some missing changes from c02ead2
This commit is contained in:
10
install.py
10
install.py
@@ -113,16 +113,6 @@ def main():
|
|||||||
|
|
||||||
gnome_shell_theme *= f"{config.tweaks_folder}/launchpad/launchpad.png"
|
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
|
# what argument colors defined
|
||||||
if args.all:
|
if args.all:
|
||||||
# install hue colors listed in colors.json
|
# install hue colors listed in colors.json
|
||||||
|
@@ -78,6 +78,7 @@ def destination_return(themes_folder, path_name, theme_mode, theme_type):
|
|||||||
:param themes_folder: themes folder location
|
:param themes_folder: themes folder location
|
||||||
:param path_name: color name
|
:param path_name: color name
|
||||||
:param theme_mode: theme name (light or dark)
|
:param theme_mode: theme name (light or dark)
|
||||||
|
:param theme_type: theme type (gnome-shell, gtk-4.0, ...)
|
||||||
:return: copied files' folder location
|
:return: copied files' folder location
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user