feat: add statically compiled ansi_palette
Some checks are pending
Release tarball / release_tarball (push) Waiting to run

This commit is contained in:
CJ van den Berg 2026-04-08 11:12:33 +02:00
parent 8fee56fed5
commit 61f1cc10fe
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
2 changed files with 30 additions and 0 deletions

View file

@ -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 };