sidorares / crconsole

Remote JavaScript console for Chrome/Webkit
MIT License
262 stars 23 forks source link

Debugger syntax highlight for white background #19

Closed felippenardi closed 8 years ago

felippenardi commented 8 years ago

I noticed that syntax highlight is bit broken on white background screens:

screen shot 2016-03-08 at 8 54 29 pm

Is there a way to set the fonts without a color use the default font color?

sidorares commented 8 years ago

Hi! I'm using cardinal for highlighting

You can change theme by editing ~/.cardinalrc file - see https://www.npmjs.com/package/cardinal#theme

sidorares commented 8 years ago

maybe worth filling issue at https://github.com/thlorenz/cardinal/issues

felippenardi commented 8 years ago

@sidorares Editing ~/.cardinalrc solved the problem perfectly! Thank you so much :)