[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 4/4] rcfile: allow bolding also the first eight (non-intense)
From: |
Brand Huntsman |
Subject: |
Re: [PATCH 4/4] rcfile: allow bolding also the first eight (non-intense) colors |
Date: |
Thu, 11 Jun 2020 18:39:23 -0600 |
User-agent: |
- |
On 20:02 Thu 11-Jun-2020, Benno Schulenberg wrote:
> +/* Replacement colors from the palette to allow bolding the first eight. */
> +short closest[COLOR_WHITE + 1] = { 16, 88, 28, 100, 18, 90, 30, 145 };
You chose colors that are darker than the default linux console colors,
making them extremely hard to read.
Users can also change the color theme in linux console and in terminal
emulators, and some distros ship with tweaked colors. Usually only the
first 16 are changed, even though all of them can be. And the popular
themes don't even resemble the default colors.
Re: [PATCH 1/4] rcfile: accept prefix "lit" to make a color brighter without bolding it, Saagar Jha, 2020/06/11