Skip to content

Commit 7c74e73

Browse files
committed
cs_themes: Blacklist a few more themes
Cleaning up on a few additional themes: - Papirus looks really good but it ships with ePapirus which you can't remove on its own. ePapirus is designed specifically for Pantheon, so there's no reason to choose it over Papirus in Cinnamon. - ubuntu-mono/humanity. Ubuntu made GTK depend on them so they're always in the list, looking out of place in derivatives and impossible to remove for end-users. They're there for inheritance purpose only, the Ubuntu desktop (GNOME-based) won't let you choose them and defaults to a much better looking theme: Yaru.
1 parent 13b1ad1 commit 7c74e73

File tree

1 file changed

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

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,10 @@
3535
"gnome", # not meant to be used as a theme. Provides icons to inheriting themes.
3636
"hicolor", # same
3737
"adwaita", # incomplete outside of GNOME, doesn't support Cinnamon.
38-
"highcontrast" # same. Also, available via a11y as a global setting.
38+
"highcontrast", # same. Also, available via a11y as a global setting.
39+
"epapirus", "epapirus-dark", # specifically designed for Pantheon
40+
"ubuntu-mono", "ubuntu-mono-dark", "ubuntu-mono-light", "loginicons", # ubuntu-mono icons (non-removable in Ubuntu 24.04)
41+
"humanity", "humanity-dark" # same
3942
]
4043

4144

0 commit comments

Comments
 (0)