Skip to content

Commit 94d5975

Browse files
authored
Add Matcha to Supported Theme Hints (#3573)
Matcha has theming specifically for nemo, so adding it to the supported themes list! https://vinceliuice.github.io/theme-matcha.html
1 parent 42c6152 commit 94d5975

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/nemo-application.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,8 @@ add_fallback_mandatory_css_provider (const gchar *theme_name)
243243
static const char *supported_theme_hints[] = {
244244
"mint",
245245
"arc",
246-
"numix"
246+
"numix",
247+
"matcha"
247248
};
248249

249250
static gboolean

0 commit comments

Comments
 (0)