1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-05 17:23:15 +02:00

core: add description to built-in light theme

This commit is contained in:
Sébastien Helleu
2026-07-04 12:23:21 +02:00
parent cbc147b0a5
commit f8cebd9d82
16 changed files with 76 additions and 18 deletions
+4
View File
@@ -1143,6 +1143,10 @@ TEST(CoreTheme, BuiltinInit)
theme = theme_search ("light");
CHECK(theme != NULL);
/* the built-in "light" theme carries a description */
CHECK(theme->description != NULL);
CHECK(theme->description[0] != '\0');
/* sanity check: many core color overrides (>= 30) */
CHECK(theme_overrides_count (theme) >= 30);