]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
examples : use colorblind friendly TTY color scheme (whisper/2360)
authorJustine Tunney <redacted>
Tue, 20 Aug 2024 07:49:10 +0000 (00:49 -0700)
committerGeorgi Gerganov <redacted>
Wed, 28 Aug 2024 15:34:01 +0000 (18:34 +0300)
commit25949773b8048df2f20a66aa62494a270b682603
tree2f8bc27f2073ee9b6fa72c0995ca528e50d7963b
parent4d05e67dddd2e98e7cf24f9a30256a7ef75b8108
examples : use colorblind friendly TTY color scheme (whisper/2360)

This change updates the -pc flag, so that a new xterm256 color scheme is
used. This color scheme is believed to be better for three reasons:

1. It should be friendlier to the colorblind. The scheme was designed by
   Paul Tol (see: https://personal.sron.nl/~pault/). TensorBoard uses it
   since 2017, so it's already popular in the machine learning community

2. It should appear to be the same colors as before to people who aren't
   i.e. it's still a red-green spectrum like before but lightly modified

3. It is readable in both white and black background terminals. The neon
   colors before were probably a bit too intense for white backgrounds.
examples/common.h