summaryrefslogtreecommitdiffstats
path: root/python/colored/README
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2023-06-29 17:15:49 +0300
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-07-02 23:21:24 +0700
commit227c320991e042479db8ac3612395388b209f52e (patch)
treefbba43f5b4a7ce866abf867f78cf4d3a36d670d7 /python/colored/README
parentc983fe1bc3e5dbe330e8c12fa48de1202f401a19 (diff)
downloadslackbuilds-227c320991e042479db8ac3612395388b209f52e.tar.gz
slackbuilds-227c320991e042479db8ac3612395388b209f52e.tar.xz
python/colored: Updated for version 2.2.2.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/colored/README')
-rw-r--r--python/colored/README15
1 files changed, 11 insertions, 4 deletions
diff --git a/python/colored/README b/python/colored/README
index d43d9adc18..9ebddf7ffb 100644
--- a/python/colored/README
+++ b/python/colored/README
@@ -1,4 +1,11 @@
-Very simple Python library for color and formatting in terminal.
-Collection of color codes and names for 256 color terminal setups.
-The following is a list of 256 colors for Xterm, containing an
-example of the displayed color, Xterm Name, Xterm Number and HEX.
+Colored, it's a simple Python library for color and formatting in
+terminal. Collection of color codes and names for 256 color terminal
+setups. Colored now supports RGB color mode. As "true color" graphic
+cards with 16 to 24 bits of color became common, applications began
+to support 24-bit colors. Terminal emulators supporting setting 24-bit
+foreground and background colors with escape sequences include Xterm,
+KDE's Konsole, and iTerm, as well as all libvte based terminals,
+including GNOME Terminal.
+
+The colors work with most terminals and terminals emulators.
+ANSI/VT100 escape sequences can be used in every programming languages.