On Mon, Nov 12, 2007 at 02:56:24AM -0500, Matthew Wozniski wrote: > > Do all the terminals supporting 88 and 256 colors really use the same > > color values? > > Well... As far as I can tell, they seem to _default_ to the same > values. In the interest of researching this properly, I've > source-dived a few to be sure. > > GNOME Terminal: same palette as xterm-256color (vte.c:2399) > PuTTY (pterm): same palette as xterm-256color (gtkwin.c:1432) > Mrxvt: same palette as xterm-256color (init.c:110) > > Rxvt-unicode: 88 colour palette (init.C:74).
Btw -- rxvt uses a different palette. And if I remember correctly, Konsole uses the same palette as rxvt. I went through some pain and suffering to get a color scheme (xterm16) to display the same colors in the GUI, and the various terminal emulators around. It WorksForMe (TM), but every few months or so someone reports a situation where the colors are slightly different than they should be... If specifying colors via #rrggbb gets implemented, it would certainly make the code in xterm16.vim a lot cleaner... GI -- 100 THINGS I'D DO IF I EVER BECAME AN EVIL OVERLORD 86. I will make sure that my doomsday device is up to code and properly grounded. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
