Skip to content

Commit b6661f6

Browse files
committed
cs_themes: Blacklist adwaita-dark
Also provided by GTK as a hard dependency.
1 parent 7c74e73 commit b6661f6

File tree

1 file changed

+1
-2
lines changed
  • files/usr/share/cinnamon/cinnamon-settings/modules

1 file changed

+1
-2
lines changed

files/usr/share/cinnamon/cinnamon-settings/modules/cs_themes.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,13 @@
3434
THEMES_BLACKLIST = [
3535
"gnome", # not meant to be used as a theme. Provides icons to inheriting themes.
3636
"hicolor", # same
37-
"adwaita", # incomplete outside of GNOME, doesn't support Cinnamon.
37+
"adwaita", "adwaita-dark", # incomplete outside of GNOME, doesn't support Cinnamon.
3838
"highcontrast", # same. Also, available via a11y as a global setting.
3939
"epapirus", "epapirus-dark", # specifically designed for Pantheon
4040
"ubuntu-mono", "ubuntu-mono-dark", "ubuntu-mono-light", "loginicons", # ubuntu-mono icons (non-removable in Ubuntu 24.04)
4141
"humanity", "humanity-dark" # same
4242
]
4343

44-
4544
class Style:
4645
def __init__(self, json_obj):
4746
self.name = json_obj["name"]

0 commit comments

Comments
 (0)