After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 122413 - highlight color selection preference
highlight color selection preference
Status: RESOLVED FIXED
Product: gnome-terminal
Classification: Core
Component: general
3.10.x
Other Linux
: Normal enhancement
: ---
Assigned To: GNOME Terminal Maintainers
GNOME Terminal Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-09-16 07:21 UTC by kir
Modified: 2016-02-16 21:01 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement



Description kir 2003-09-16 07:21:34 UTC
Seems that the only feature that I feel missing in gnome-terminal is
ability to specify color used instead of reversing foreground with
background while displaying selected text. In xterm this is done by setting
highlightColor resource:

from xterm(3)
        highlightColor (class HighlightColor)
                Specifies the color to use for the  background  of
                selected  or  otherwise  highlighted text.  If not
                specified, reverse video is used.
 
I use somethat strange colors for terminals (green on black bg) and 
reversing it looks really ugly to me. It makes my eyes feel sick, besides
it has the same color as cursor, which confuses user. So I use grey40 as
highlight color for xterm and wanted to have the same preference in
gnome-terminal.

As Nalin just told me in private mail, the feature of setting arbitrary
highlight color is available in vte CVS now and will be available in vte
releases since 0.11.11. New function is named
vte_terminal_set_color_highlight. So can you please implement an option in
GUI to select and set highlight color?

PS please don't mix this bug with #69776 - that is about ability to choose
cursor color.
Comment 1 Havoc Pennington 2003-09-18 23:19:39 UTC
This needs to go in the overall "make a list of all current prefs and
requested prefs, prioritize, draw a line between those that fit in the
dialog and those that don't" project.
Comment 2 kir 2016-02-16 19:49:35 UTC
I might have overlooked -- do we have this setting now in gnome-terminal? If yes, can you please point outg to me? I fail to find this setting in GNOME Terminal 3.18.2 (Fedora 23).
Comment 3 Christian Persch 2016-02-16 20:00:01 UTC
It is fixed in git master, will be in 3.20.
Comment 4 kir 2016-02-16 21:01:16 UTC
Indeed!

https://github.com/GNOME/gnome-terminal/commit/0bca006d61d36f042ccc0631c210751696551f1d

Thank you so much Christian!