GNOME Bugzilla – Bug 148378
Make vte use the theme colors as defaults
Last modified: 2007-01-27 00:32:37 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.
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.
Can we do this together with bug 85821?
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 ***