[Libreoffice-commits] core.git: Branch 'libreoffice-4-4' - extras/source

V Stuart Foote VStuart.Foote at utsa.edu
Thu Dec 4 11:43:11 PST 2014


 extras/source/palettes/standard.soc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit fa2ac4cf5fc268b07dab42c2f610fb62f214a69c
Author: V Stuart Foote <VStuart.Foote at utsa.edu>
Date:   Thu Dec 4 17:08:53 2014 +0100

    fdo#86511: Fix the RGB value of 'Sky blue 1' color.
    
    Change-Id: Ib64149f49072a51debff5b7c3c874a2b69f7dfc6

diff --git a/extras/source/palettes/standard.soc b/extras/source/palettes/standard.soc
index 1ed1412..a174401 100644
--- a/extras/source/palettes/standard.soc
+++ b/extras/source/palettes/standard.soc
@@ -37,7 +37,7 @@
   <draw:color draw:name="Magenta 1" draw:color="#ff99ff"/>
   <draw:color draw:name="Purple 1" draw:color="#cc66ff"/>
   <draw:color draw:name="Blue 1" draw:color="#9999ff"/>
-  <draw:color draw:name="Sky blue 1" draw:color="#9999ff"/>
+  <draw:color draw:name="Sky blue 1" draw:color="#66ccff"/>
   <draw:color draw:name="Cyan 1" draw:color="#99ffff"/>
   <draw:color draw:name="Turquoise 1" draw:color="#66ff99"/>
   <draw:color draw:name="Green 1" draw:color="#99ff99"/>


More information about the Libreoffice-commits mailing list