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 148378 - Make vte use the theme colors as defaults
Make vte use the theme colors as defaults
Status: RESOLVED DUPLICATE of bug 85821
Product: vte
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: VTE Maintainers
VTE Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-07-24 23:40 UTC by Mariano Suárez-Alvarez
Modified: 2007-01-27 00:32 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Use base and text colours from style (1.38 KB, patch)
2007-01-27 00:17 UTC, Chris Wilson
none Details | Review

Description Mariano Suárez-Alvarez 2004-07-24 23:40:16 UTC
Currently, vte.c:vte_terminal_set_colors is using hardcoded defaults
(rgb:c000/c000/c000 and rgb:0/0/0) as default foreground and background.
It should be using the style's text[GTK_STATE_NORMAL] and base[GTK_STATE_NORMAL];
instead.
Comment 1 Chris Wilson 2007-01-27 00:17:31 UTC
Created attachment 81309 [details] [review]
Use base and text colours from style

The patch also updates the default colour on the style changed signal like g-t.
Comment 2 Mariano Suárez-Alvarez 2007-01-27 00:22:52 UTC
Can we do this together with bug 85821?
Comment 3 Chris Wilson 2007-01-27 00:32:37 UTC
Sure makes sense to correct the highlight color at the same time etc.
I think you've made that bug generic enough to cover this one now, duping.

*** This bug has been marked as a duplicate of 85821 ***