Skip to content

Commit 3486983

Browse files
committed
cs_themes: Place legacy themes at the bottom
1 parent e8138c3 commit 3486983

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ def get_theme_sort_key(self, name):
380380
if "dark" in name and "darker" not in name:
381381
dark = 1
382382
name = name.replace("darker", "").replace("dark", "").replace("legacy", "")
383-
name = f"{dark}{darker}{legacy}{name}"
383+
name = f"{legacy}{dark}{darker}{name}"
384384
return name
385385

386386
def _load_gtk_themes(self):

0 commit comments

Comments
 (0)