Skip to content

Commit

Permalink
Add ColorHex and BgColorHex to table of color support.
Browse files Browse the repository at this point in the history
  • Loading branch information
jakob-bagterp committed Apr 22, 2023
1 parent fdca585 commit 0ae027f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,11 +256,11 @@ Similar to `Color.OFF`, remember to turn off an effect with the relevant reset o
# Supported Colors and Styles
Colorist is based on [ANSI escape codes](https://en.wikipedia.org/wiki/ANSI_escape_code), a standard that defines colors, styling and effects for text in terminal windows. Note that most terminals support all color options, but not all:

| Category | Color Options |
| ------------------------------------------------------ | -------------------------------------------------- |
| Standard ANSI colors supported by almost all terminals | `Color`, `BgColor`, `Effect` |
| Non-standard ANSI colors supported by most terminals | `BrightColor`, `BgBrightColor` |
| Advanced ANSI colors only supported by some terminals | `ColorRGB`, `BgColorRGB`, `ColorHSL`, `BgColorHSL` |
| Category | Color Options |
| ------------------------------------------------------ | ---------------------------------------------------------------------------- |
| Standard ANSI colors supported by almost all terminals | `Color`, `BgColor`, `Effect` |
| Non-standard ANSI colors supported by most terminals | `BrightColor`, `BgBrightColor` |
| Advanced ANSI colors only supported by some terminals | `ColorRGB`, `BgColorRGB`, `ColorHSL`, `BgColorHSL`, `ColorHex`, `BgColorHex` |

## Foreground Text
| Color | Full Text Function | Custom | Example |
Expand Down

0 comments on commit 0ae027f

Please sign in to comment.