GNOME Bugzilla – Bug 122413
highlight color selection preference
Last modified: 2016-02-16 21:01:16 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.
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.
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).
It is fixed in git master, will be in 3.20.
Indeed! https://github.com/GNOME/gnome-terminal/commit/0bca006d61d36f042ccc0631c210751696551f1d Thank you so much Christian!