summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin.chausse@goto.com>2025-03-28 10:44:43 -0400
committerBenjamin Chausse <benjamin.chausse@goto.com>2025-03-28 10:44:43 -0400
commit23a4d4a44cdda99b37e1b107d224cfb9cbc8f4c3 (patch)
tree2e52443aa6f7ff987eaf5a706a61e4a2bf5cf336
parent110036ef4255f64eaefbc81e5519b42401cdea94 (diff)
docs: Add ANSI to supported copy formats in READMEHEADmaster
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4674d86..6609fd6 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ Here is a quick demo of what has been done so far:
- Preview any color using a truecolor terminal
- Create colors using sliders for RGB, HSL, and CMYK
- Seamlessly convert between color formats (RGB, HSL, CMYK) as you create
-- Copy the color to your clipboard in various formats (RGB, HEX, HSL, CMYK)
+- Copy the color to your clipboard in various formats ([RGB][4], [HEX][5], [HSL][6], [CMYK][7], [ANSI truecolor][8])
## Usage:
@@ -54,3 +54,8 @@ install to your `$XDG_DATA_HOME/man/man1/`.
[1]: https://github.com/charmbracelet/lipgloss
[2]: https://github.com/charmbracelet/soft-serve
[3]: https://github.com/charmbracelet/bubbles#help
+[4]: https://www.w3schools.com/colors/colors_rgb.asp
+[5]: https://www.w3schools.com/colors/colors_hexadecimal.asp
+[6]: https://www.w3schools.com/colors/colors_hsl.asp
+[7]: https://www.w3schools.com/colors/colors_cmyk.asp
+[8]: https://gist.github.com/fnky/458719343aabd01cfb17a3a4f7296797#rgb-colors