GNOME Bugzilla – Bug 734875
Update color palettes
Last modified: 2016-02-21 20:55:47 UTC
The "XTerm" color palette is quite different from xterm's default (xterm got rid of that really weird blue). The "Rxvt" palette also slightly differens from current urxvt. We should update those palettes. Actually current mainstream xterm and urxvt are very close to each other, maybe it's enough to ship the palette of one of them. I don't know if we should keep the "XTerm" palette under a different name (like "Old Xterm") so that people can have that weird blue if that's what they're looking for.
Just update the palette, I don't think we need to keep the old one (if the user selected it, it'll be used anyway as custom palette, until he selects a different palette).
The rxvt palette is exactly as in latest rxvt, afaict (using non-XTERM_COLORS). The xterm palette (v322) is a bit different than what we had, so I made the adjustments for it to be identical to xterm's default settings.