reg_syntax style colors being auto reduced
Brought to you by:
cdolivet
The colors that I set for example in /reg_syntax/php.js are automatically reduced to a dark color when viewed in editarea textarea.
For example all color values in styles starting on line 62.
Example 1:
'STYLES' : {
COMMENTS': 'color: #0000ff;' // is being automatically reduced to #0000cc;
Example 2:
,'REGEXPS' : {
'variables' : 'color: #008080;' // is being automatically reduced to #006666;
Version is 0.8.2
thx