On Sun, Nov 9, 2008 at 9:32 PM, Richard Hartmann wrote: > > On Sun, Nov 9, 2008 at 22:43, Matt Wozniski wrote: > >> all Konsole has changed is the handling of bold for foreground >> colors 0 through 7. > > Correct. > > PS: Still not sure if you don't need special handling for a > colorscheme that uses 'bold 3' and '10' as those will look the > same. But then, I don't know what you could do, either.
But I don't care at all what colors the scheme sets for cterms, only what colors get set for gvim. If the gui= entry contains bold, I tell the terminal to make the output bold, and I match the guifg= or guibg= entry to the closest available number between 16 and (&t_Co-1). If my script takes control of a colorscheme, all colors will be changed to be between 16 and (&t_Co-1), if the script decides that the colorscheme is already high color, or there isn't enough information for the script to do its work, it doesn't change the colors at all. There's no chance that my script will ever set a color less than 16, so this doesn't affect me directly. I do intend to add a way for the user to override my choices in the near future, but even there - especially there - I should play no part in the logic, and the user will need to be responsible for handling such things himself if he wants to use a color less than 16. ~Matt --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
