feat: add tab styles
This commit is contained in:
parent
770924d1ab
commit
8b79cf6d79
2 changed files with 64 additions and 1 deletions
|
|
@ -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 };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue