Page 1 of 1

Removing "grey'ish" background

PostPosted: Fri Apr 13, 2012 6:51 am
by webman
I like new version very much but need guidance on removing "grey'ish" background to all lines when I have Syntax Highlighting 'on'. I have gone through all the settings, including 'background colour' but nothing removes this.

With Syntax Highlighting 'off'. Then all is obviously a plain white background and all text looks the same making it hard to work through many lines of code.

Much appreciate your feedback ...... webman

Re: Removing "grey'ish" background

PostPosted: Fri Apr 13, 2012 8:38 am
by Albert Wiersch
Hello,

Welcome to the forum!

I suspect you are referring to the slightly darker background that is used to highlight text like scripts.

There is a color scheme file in the installation folder at ParserSchemes\color\default.xml. You may want to make a copy of this file and edit it. Point CSE HTML Validator to your custom color scheme file by setting the registry value "SchemeFileV110" in HKEY_CURRENT_USER\Software\AI Internet Solutions\CSE HTML Validator v4\FileTypesAndParsers\V9_COLOR_default to point to it (using the full path).

In the file, you can change this:
Code: Select all
<Token name="defaultEmbed" backgroundColor="#ECE9D8"  />


To this (for white):
Code: Select all
<Token name="defaultEmbed" backgroundColor="#FFFFFF"  />


I hope this helps.

Re: Removing "grey'ish" background

PostPosted: Fri Apr 13, 2012 8:45 am
by webman
Many thanks Albert. I'll give it a go ..... Have a good day