feat: add tab styles

This commit is contained in:
CJ van den Berg 2025-01-25 21:41:29 +01:00
parent 770924d1ab
commit 8b79cf6d79
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
2 changed files with 64 additions and 1 deletions

View file

@ -34,6 +34,9 @@ input_border: Style,
input_placeholder: Style,
input_option_active: Style,
input_option_hover: Style,
tab_active: Style,
tab_inactive: Style,
tab_selected: Style,
pub const FontStyle = enum { normal, bold, italic, underline, undercurl, strikethrough };
pub const Style = struct { fg: ?Color = null, bg: ?Color = null, fs: ?FontStyle = null };