Looking for an Eclipse theme for GeSHI (syntax highlighting)
April 13, 2007 7:49 AM
Subscribe
I'm using
GeSHi for syntax highlighting but I am looking for a GeSHi theme that does Eclipse syntax highlighting. With Eclipse being such a popular IDE I'm sure someone has created such a theme for GeSHi, but alas my attempts to find one have failed. Anyone have any tips/direction for me? Thanks!
posted by andytmp to computers & internet (2 comments total)
I am not trying to turn you off from fine tuning specific files to me more to your liking. I found both the csharp.php and sql.php defaults to be quite different than I wanted and was able to get marked improvements by changing only a couple of lines in each file. Open up the corresponding file for the language you would like to highlight and try changing the color: value. If you wanted GeSHi to highlight every language like Eclipse does and not just a specific language clearly this will be a lot more work.
'KEYWORDS' => array(
1 => 'color: #0000FF; font-weight: bold;'
),
posted by mailbox125 at 10:16 AM on April 13, 2007