From f0a80d55ada38d3e25580789e38609f2f25754ca Mon Sep 17 00:00:00 2001 From: Josh Ellithorpe Date: Thu, 19 Jun 2025 20:55:06 -1000 Subject: [PATCH] Add Matcha to Supported Theme Hints Matcha has theming specifically for nemo, so adding it to the supported themes list! https://vinceliuice.github.io/theme-matcha.html --- src/nemo-application.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/nemo-application.c b/src/nemo-application.c index 060cb76e8..5366afb2e 100644 --- a/src/nemo-application.c +++ b/src/nemo-application.c @@ -243,7 +243,8 @@ add_fallback_mandatory_css_provider (const gchar *theme_name) static const char *supported_theme_hints[] = { "mint", "arc", - "numix" + "numix", + "matcha" }; static gboolean