Skip to content

Commit

Permalink
feat(ansi): add name key to normal & bright objects
Browse files Browse the repository at this point in the history
  • Loading branch information
sgoudham committed Nov 1, 2024
1 parent 2fa1506 commit 3bc9e93
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,11 @@ export type AnsiColorGroups = Readonly<{
}>;

export type AnsiColorFormat = Readonly<{
/**
* Name of the ANSI group.
*/
name: string;

/**
* String-formatted hex value.
* @example "#babbf1"
Expand Down
Loading

0 comments on commit 3bc9e93

Please sign in to comment.