Menu

#73 reg_syntax style colors being auto reduced

open
nobody
None
5
2010-03-01
2010-03-01
nltech
No

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

Discussion


Log in to post a comment.