diff options
| author | Leyla Farazha <leyla@lindenlab.com> | 2010-04-01 15:08:17 -0700 | 
|---|---|---|
| committer | Leyla Farazha <leyla@lindenlab.com> | 2010-04-01 15:08:17 -0700 | 
| commit | 1d0f98f075471797605ed2b79fcbb9d79eb7291a (patch) | |
| tree | c9ca1e9665fcc4039865ce660d24041a456b71e8 /indra/newview | |
| parent | d99a7d2f1d5d839131919d17173f5197c04083a6 (diff) | |
EXT-5584 	 color picker swatches are missing pure red and many common shades
reviewed by Richard cc#176
Diffstat (limited to 'indra/newview')
| -rw-r--r-- | indra/newview/skins/default/colors.xml | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/indra/newview/skins/default/colors.xml b/indra/newview/skins/default/colors.xml index fcf5cfadb2..bea610a909 100644 --- a/indra/newview/skins/default/colors.xml +++ b/indra/newview/skins/default/colors.xml @@ -61,7 +61,7 @@  	value="0.26 0.345 0.263 1" />  	<color  	 name="Red" -	 value="0.729 0 0.121 1" /> +	 value="1 0 0 1" />  	<color  	 name="Blue"  	 value="0 0 1 1" /> @@ -197,7 +197,7 @@       value="0.5 0.5 0.5 1" />      <color       name="ColorPaletteEntry03" -     value="0.3344 0.5456 0.5159 1" /> +     value="0.5 0 0 1" />      <color       name="ColorPaletteEntry04"       value="0.5 0.5 0 1" /> @@ -239,7 +239,7 @@       reference="LtYellow" />      <color       name="ColorPaletteEntry17" -     reference="LtGreen" /> +     reference="White" />      <color       name="ColorPaletteEntry18"       reference="LtGray" /> @@ -248,7 +248,7 @@       reference="Red" />      <color       name="ColorPaletteEntry20" -     reference=".5 .5 1 0" /> +     reference="Yellow" />      <color       name="ColorPaletteEntry21"       reference="Green" /> | 
