[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: |
Fri, 12 Jun 2020 04:03:00 -0600 |
User-agent: |
- |
On 11:19 Fri 12-Jun-2020, Benno Schulenberg wrote:
> As far as I know, the Linux console can do just eight colors, and
> A_BOLD results in brighter versions of those eight.
It only reports as 8 colors but the kernel defines 16, with bold
mapped to the upper 8.
echo -e "\e[1;31mRED\e[0;91mRED\e[0m"
That produces the same colors in linux console and a terminal emulator.
> The attached patch moves the indexes closer to the standard colors on
> an xterm.
It still breaks themes and causes accessibility issues.
Re: [PATCH 1/4] rcfile: accept prefix "lit" to make a color brighter without bolding it, Saagar Jha, 2020/06/11