diff libui/ui/theme.c @ 154:2252f9efac9a

ui: remove style from debug_report, closes #2499 While here add an example of usage and rename the function similar to trace.
author David Demelier <markand@malikania.fr>
date Fri, 16 Oct 2020 13:04:48 +0200
parents b19d076856d2
children 13b7a1a4a72c
line wrap: on
line diff
--- a/libui/ui/theme.c	Thu Oct 15 18:45:27 2020 +0200
+++ b/libui/ui/theme.c	Fri Oct 16 13:04:48 2020 +0200
@@ -46,6 +46,7 @@
 /* Default theme. */
 static struct theme default_theme = {
 	.colors = {
+		[THEME_COLOR_DEBUG]     = 0xff0000ff,
 		[THEME_COLOR_NORMAL]    = 0xffffffff,
 		[THEME_COLOR_SELECTED]  = 0x006554ff,
 		[THEME_COLOR_SHADOW]    = 0x000000ff