From e375289782c924c0c382a752498fbd348ea7f918 Mon Sep 17 00:00:00 2001 From: iamcheeseman Date: Thu, 21 May 2026 22:31:48 -0400 Subject: window border --- teensy/teensy_ui.h | 1 + 1 file changed, 1 insertion(+) (limited to 'teensy/teensy_ui.h') diff --git a/teensy/teensy_ui.h b/teensy/teensy_ui.h index bcc3c0e..da7691f 100644 --- a/teensy/teensy_ui.h +++ b/teensy/teensy_ui.h @@ -30,6 +30,7 @@ typedef struct { ty_Color fg_pressed; ty_Color bg_pressed; ty_Color win_bg; + ty_Color win_border; ty_Color win_title; ty_Color frame; int title_bar_height; -- cgit v1.3-2-g0d8e