diff options
author | Cinder <cinder.roxley@phoenixviewer.com> | 2014-06-09 16:19:20 -0600 |
---|---|---|
committer | Cinder <cinder.roxley@phoenixviewer.com> | 2014-06-09 16:19:20 -0600 |
commit | 78be5c3aa5f7263698bec5bcbccb24c150f78d09 (patch) | |
tree | 2d6b115a392ce2bc7a8e5ef6bf1a5e4e8487515a /indra/newview/skins | |
parent | 41f6c5ce4899b3ae57aefa564ee22ff84fa698ce (diff) |
STORM-2026 - Use more unique syntax colors by default, also clean up some indentation
Diffstat (limited to 'indra/newview/skins')
-rwxr-xr-x | indra/newview/skins/default/colors.xml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/indra/newview/skins/default/colors.xml b/indra/newview/skins/default/colors.xml index 464e633297..bdc884885f 100755 --- a/indra/newview/skins/default/colors.xml +++ b/indra/newview/skins/default/colors.xml @@ -917,32 +917,32 @@ reference="Black" /> <color name="SyntaxLslComment" - value=".8 .3 .15 1.0" /> + value="0 0.5 0 1" /> <color name="SyntaxLslConstant" - value=".3 .1 .5 1.0" /> + value="0 0.6 0.6 1" /> <color name="SyntaxLslControlFlow" - value="0 0 .8 1.0" /> + value="0.4 0 0.8 1" /> <color name="SyntaxLslControlLabel" - value="0 0 .8 1.0" /> + value="0 0 0.8 1" /> <color name="SyntaxLslDataType" - value=".1 .3 .1 1.0" /> + value="0.8 0.4 0 1" /> <color name="SyntaxLslDeprecated" - value="0.9 0.0 0.66, 1.0" /> + value="0.9 0.0 0.66, 1" /> <color name="SyntaxLslEvent" - value="0 .3 .5 1.0" /> + value="0 0.3 0.5 1" /> <color name="SyntaxLslFunction" - value=".3 0 .5 1.0" /> + value="0.3 0 0.5 1" /> <color name="SyntaxLslGodMode" - value="0.7 .2 .35 1.0" /> + value="0.7 .2 .35 1" /> <color name="SyntaxLslStringLiteral" - value="0 .2 0 1.0" /> + value="1 0.14 0 1" /> </colors> |