All of lore.kernel.org
 help / color / mirror / Atom feed
* Windows: GIT STATUS unreadable because the usage of RED textcolor on BLACK background
@ 2021-06-23  7:48 Mirco Babin | Trip Software
  2021-06-23  9:53 ` Thomas Braun
  0 siblings, 1 reply; 2+ messages in thread
From: Mirco Babin | Trip Software @ 2021-06-23  7:48 UTC (permalink / raw)
  To: git

[-- Attachment #1: Type: text/plain, Size: 260 bytes --]

Dear Git community,

git version 2.31.1.windows.1

Whenever I use GIT STATUS in a Windows cmd.exe dosbox the output is 
unreadable. Because of the usage of RED textcolor on a BLACK background.

See attached screenshot.png

Kind regards,
Mirco Babin

[-- Attachment #2: screenshot.png --]
[-- Type: image/png, Size: 35966 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Windows: GIT STATUS unreadable because the usage of RED textcolor on BLACK background
  2021-06-23  7:48 Windows: GIT STATUS unreadable because the usage of RED textcolor on BLACK background Mirco Babin | Trip Software
@ 2021-06-23  9:53 ` Thomas Braun
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Braun @ 2021-06-23  9:53 UTC (permalink / raw)
  To: Mirco Babin | Trip Software, git

On 23.06.2021 09:48, Mirco Babin | Trip Software wrote:

Hi Mirco,

> Whenever I use GIT STATUS in a Windows cmd.exe dosbox the output is
> unreadable. Because of the usage of RED textcolor on a BLACK background.

you can tweak the global default for having colors on/off via the
setting color.ui.

So for example doing

git config --global color.ui off

will turn colors globally off.

You can also tweak which colors are used, see color.status.<slot>. All
the git config options can be seen with git help config.

I've checked here and here the red is quite a bit brighter compared to
your screenshot, so I would not claim it is unreadable but that is of
course heavily subjective.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-06-23  9:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-23  7:48 Windows: GIT STATUS unreadable because the usage of RED textcolor on BLACK background Mirco Babin | Trip Software
2021-06-23  9:53 ` Thomas Braun

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.