diff options
author | Robin Jarry <robin@jarry.cc> | 2022-02-21 15:54:08 +0100 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2022-02-21 19:16:00 +0100 |
commit | df8c129235d9f26892caf89f056adc0e16b3d6b6 (patch) | |
tree | bb2bbd8c7bc1de7bb7bedd66476050ee8baeae94 /commands/account/clear.go | |
parent | 9dc28032201f5dd8bd3e446d9c4230ae5149ab47 (diff) | |
download | aerc-df8c129235d9f26892caf89f056adc0e16b3d6b6.tar.gz |
filters: port colorize to awk
Python is not available on all systems. Port the colorize filter to awk
as it is a more widespread POSIX utility.
Users are free to copy the filter into their home dir and tweak the
colors to their needs. The highlighted items are:
=============== ======= ======= ========= =================
Item Red Green Blue Color
=============== ======= ======= ========= =================
quoted text 1 95 175 255 Blue
quoted text 2 255 135 0 Orange
quoted text 3 175 135 255 Purple
quoted text 4 255 95 215 Pink
quoted text * 128 128 128 Grey
diff meta 255 255 255 White bold
diff chunk 205 0 205 Cyan
diff added 0 205 0 Red
diff removed 205 0 0 Green
signature 175 135 255 Purple
header 175 135 255 Purple
url 255 255 175 Yellow
=============== ======= ======= ========= =================
This assumes a terminal emulator with true color support and with
a dark/black background.
Link: https://github.com/termstandard/colors
Signed-off-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'commands/account/clear.go')
0 files changed, 0 insertions, 0 deletions