comparison infinite_canvas/theme.h @ 278:8d560f50ed4c

Improve infinite canvas interactions and browser chrome Render Lucide icons directly with Raylib, add searchable icon browsing, robust text editing, entity lifecycle animations, z-order-safe input, semantic themes, and animated editable browser controls. Document rendering, pinning, context, and component extension for future agents. Co-authored-by: Copilot <[email protected]> Copilot-Session: f68442b1-fa8f-46a0-9689-81710613bbd4
author MrJuneJune <me@mrjunejune.com>
date Mon, 17 Aug 2026 22:16:14 -0700
parents b55c22cff335
children
comparison
equal deleted inserted replaced
277:1d99147f520c 278:8d560f50ed4c
19 Color border; 19 Color border;
20 Color text; 20 Color text;
21 Color text_muted; 21 Color text_muted;
22 Color accent; 22 Color accent;
23 Color accent_soft; 23 Color accent_soft;
24 Color on_accent;
25 Color selection;
26 Color entity_outline;
27 Color button;
28 Color button_hover;
29 Color button_active;
30 Color button_active_hover;
31 Color switch_track_off;
32 Color switch_track_off_hover;
33 Color switch_track_on;
34 Color switch_track_on_hover;
35 Color switch_thumb;
36 Color pin;
37 Color danger;
24 Color shadow; 38 Color shadow;
25 Color toast_surface; 39 Color toast_surface;
26 Color toast_border; 40 Color toast_border;
27 } Canvas_Theme; 41 } Canvas_Theme;
28 42