ui improvements

This commit is contained in:
2026-03-03 15:06:03 -05:00
parent 6346dc8843
commit 9c81f21be7
4 changed files with 201 additions and 20 deletions

View File

@@ -64,6 +64,7 @@ struct UI_Theme {
Clay_Color title_bar;
Clay_Color scrollbar_bg;
Clay_Color scrollbar_grab;
Clay_Color shadow; // Semi-transparent black for drop shadows
// Tab bar colors
Clay_Color tab_active_top;