fill theme presets for new theme color codes

This commit is contained in:
Ryan Fleury
2024-06-26 17:39:40 -07:00
parent 5e2c6b5107
commit 4ebc38d9f9
4 changed files with 256 additions and 256 deletions
+1 -1
View File
@@ -802,7 +802,7 @@ internal void ui_set_auto_focus_hot_key(UI_Key key);
//- rjf: palette forming
internal UI_Palette * ui_build_palette_(UI_Palette *base, UI_Palette *overrides);
#define ui_build_palette(base, ...) ui_build_palette_((base), &(UI_Palette){.text = v4f32(1, 1, 1, 1), __VA_ARGS__})
#define ui_build_palette(base, ...) ui_build_palette_((base), &(UI_Palette){.text = v4f32(0, 0, 0, 0), __VA_ARGS__})
//- rjf: box node construction
internal UI_Box * ui_build_box_from_key(UI_BoxFlags flags, UI_Key key);