link to blog about terminal color

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2024-10-03 06:58:04 -05:00
parent 2ea283ea74
commit 32619e7dad
2 changed files with 4 additions and 0 deletions

View File

@ -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/)

View File

@ -1,5 +1,8 @@
package main
// information about how terminfo works
// https://jvns.ca/blog/2024/10/01/terminal-colours/
import (
"math/rand"