This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 00/16] Add styling to the gdb CLI and TUI


> > Eli>  . The default foreground color used for addresses, blue, is too dark
> > Eli>    when the terminal's background is black.  Maybe we should change to
> > Eli>    magenta, which should look OK on both dark and light backgrounds.
> > 
> > For me magenta is even darker.  Setting the intensity to bold might be
> > more acceptable?
> 
> Still too dark.  I guess we will need to leave this to personal
> customizations.

My idea was to mimick what vim does: It actually has two sets of
settings, one for dark terminals, and one for bright ones. Each set
uses similar colors by default, but adapted for the brightness
of the terminal.

For more info, check out vim's help for "set background=[dark|light]".

-- 
Joel


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]