merk wrote: > In a recent post, the response to a question included > > >> hi def link pdbCol1 Red >> hi def link pdbCol2 Yellow >> hi def link pdbCol3 Green >> hi def link pdbCol4 Magenta >> hi def link pdbCol5 Cyan >> hi def link pdbCol6 White >> hi def link pdbCol7 Red >> hi def link pdbCol8 Yellow >> hi def link pdbCol9 Green >> hi def link pdbCol10 Magenta >> hi def link pdbCol11 Cyan >> > > Where are these colors defined? How do I use them in my syntax > file? When I just try to use them I get no coloring. Whereas if I > use Statement or Structure, I get colors. Is it possible to use hex > values at this level to define colors? > They're all defined with the astronaut colorscheme (http://vim.sourceforge.net/scripts/script.php?script_id=122). As an example, though: hi Red ctermfg=red guifg=red term=none
You can define the other colors similarly. Regards, Chip Campbell --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
