Add mouse over tooltips for each color selection.

This commit is contained in:
2026-07-07 09:08:00 -06:00
parent 8466e70424
commit ae6d5ebeef
5 changed files with 153 additions and 1 deletions

View File

@@ -70,6 +70,13 @@ load_text_events (void)
{
}
char *
text_color_event_list (int color)
{
(void)color;
return g_strdup ("No text events use this color.");
}
gboolean
theme_get_color (ThemeSemanticToken token, GdkRGBA *color)
{