Skip to content

Commit

Permalink
cs_themes: Blacklist adwaita-dark
Browse files Browse the repository at this point in the history
Also provided by GTK as a hard dependency.
  • Loading branch information
clefebvre committed Apr 30, 2024
1 parent 7c74e73 commit b6661f6
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,13 @@
THEMES_BLACKLIST = [
"gnome", # not meant to be used as a theme. Provides icons to inheriting themes.
"hicolor", # same
"adwaita", # incomplete outside of GNOME, doesn't support Cinnamon.
"adwaita", "adwaita-dark", # incomplete outside of GNOME, doesn't support Cinnamon.
"highcontrast", # same. Also, available via a11y as a global setting.
"epapirus", "epapirus-dark", # specifically designed for Pantheon
"ubuntu-mono", "ubuntu-mono-dark", "ubuntu-mono-light", "loginicons", # ubuntu-mono icons (non-removable in Ubuntu 24.04)
"humanity", "humanity-dark" # same
]


class Style:
def __init__(self, json_obj):
self.name = json_obj["name"]
Expand Down

0 comments on commit b6661f6

Please sign in to comment.