theme presets work

This commit is contained in:
Ryan Fleury
2025-05-02 15:28:56 -07:00
parent d98335ef76
commit 644ba8d02e
9 changed files with 356 additions and 27 deletions
+1
View File
@@ -908,6 +908,7 @@ internal UI_Key ui_top_tags_key(void);
//- rjf: theme color lookups
internal Vec4F32 ui_color_from_name(String8 name);
internal Vec4F32 ui_color_from_tags_key_extras(UI_Key key, String8Array extras);
internal Vec4F32 ui_color_from_tags_key_name(UI_Key key, String8 name);
//- rjf: box node construction