From e60a5123b9cd2fdc7d04512791fa507d826dbed9 Mon Sep 17 00:00:00 2001 From: 00davidr Date: Thu, 2 Jun 2022 11:39:57 +0200 Subject: [PATCH] Update README.md update on Color standards for terminal emulators --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f444f5d..3520962 100644 --- a/README.md +++ b/README.md @@ -171,7 +171,7 @@ Any support is greatly appreciated! For best experience, a terminal with support for: -* 24-bit truecolor ([See list of terminals with truecolor support](https://gist.github.com/XVilka/8346728)) +* 24-bit truecolor ([See list of terminals with truecolor support](https://github.com//termstandard/colors)) * 256-color terminals are supported through 24-bit to 256-color conversion when setting "truecolor" to False in the options or with "-lc/--low-color" arguments. * 16 color TTY mode will be activated if a real tty device is detected. Can be forced with "-t/--tty_on" arguments. * Wide characters (Are sometimes problematic in web-based terminals)