Hi Clayton,

> The styles given are set in CSS format wrapped in a php file... one php 
> file for each language supported.  There are a couple of methods to 
> define custom styles, but... it's not a quick simple change.
> http://qbnz.com/highlighter/geshi-doc.html#changing-styles
> A tool is provided in the GeSHi source to generate custom CSS, but I 
> don't think anyone has actually tried it here.

The docu looks like we simply (forgive my ignorance) have to find a
place where to put the

  $geshi->set_keyword_group_style( $group,
    "color:black; font-weigth:bold", true );

statement, plus of course the actual group number.

Alternatively, can't we simply change the php file which defines the
default style? Grepping for something like "color:aqua" might already do
it ...

Forgive me if I'm too dumb to see the problem :)

Ciao
Frank

-- 
- Frank Schönheit, Software Engineer         [EMAIL PROTECTED] -
- Sun Microsystems                      http://www.sun.com/staroffice -
- OpenOffice.org Base                       http://dba.openoffice.org -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to