feat: add statically compiled ansi_palette
Some checks are pending
Release tarball / release_tarball (push) Waiting to run
Some checks are pending
Release tarball / release_tarball (push) Waiting to run
This commit is contained in:
parent
8fee56fed5
commit
61f1cc10fe
2 changed files with 30 additions and 0 deletions
|
|
@ -56,6 +56,8 @@ ansi_bright_magenta: Color,
|
|||
ansi_bright_cyan: Color,
|
||||
ansi_bright_white: Color,
|
||||
|
||||
ansi_palette: [16][3]u8,
|
||||
|
||||
tokens: Tokens,
|
||||
|
||||
pub const FontStyle = enum { normal, bold, italic, underline, undercurl, strikethrough };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue