From 32619e7dadbbb4c812b0b405588b158ba562a50f Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 3 Oct 2024 06:58:04 -0500 Subject: link to blog about terminal color Signed-off-by: Jeff Carr --- README.md | 1 + color.go | 3 +++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 03207c1..0e4bd4f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ # a console toolkit around gocui [terminals that support ture color](https://github.com/termstandard/colors#truecolor-support-in-output-devices) +[more info about color](https://jvns.ca/blog/2024/10/01/terminal-colours/) diff --git a/color.go b/color.go index c647588..6586d3a 100644 --- a/color.go +++ b/color.go @@ -1,5 +1,8 @@ package main +// information about how terminfo works +// https://jvns.ca/blog/2024/10/01/terminal-colours/ + import ( "math/rand" -- cgit v1.2.3