octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #57658] [MXE Octave] grey text color after mko


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #57658] [MXE Octave] grey text color after mkoctfile error message in gui terminal widget
Date: Fri, 21 Feb 2020 10:59:44 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:74.0) Gecko/20100101 Firefox/74.0

Follow-up Comment #29, bug #57658 (project octave):

That change would only affect the command window of the GUI on Windows. 

Some background: There are 16 colors a terminal can use. Programs (like gcc or
make) select the colors by their index. The terminal "decides" which colors it
wants to use for which index.
The mapping from index to color is hard-coded and cannot be changed by the
user. Even if that could be changed, I'd like to leave it that way. However, a
user could manually select a color index (foreground and background) with a
command like:
system ("color F0")

The color palette we are currently using seems to be set up for a dark
background, i.e. the higher color indices that are usually chosen as the
foreground color are quite bright.
Since we are using a white background in the command window, I'd like to
propose changing the color palette to have the darker shades of the same
colors at the higher indices.

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?57658>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]