[yelp-xsl] color.xsl: Refresh colors for new GNOME HIG colors



commit 95c877f02b92ae64bc9957838c609248b2f76f3b
Author: Shaun McCance <shaunm redhat com>
Date:   Wed Jan 23 11:49:01 2019 -0500

    color.xsl: Refresh colors for new GNOME HIG colors

 xslt/common/color.xsl | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/xslt/common/color.xsl b/xslt/common/color.xsl
index c3809e24..7bf770ad 100644
--- a/xslt/common/color.xsl
+++ b/xslt/common/color.xsl
@@ -583,7 +583,7 @@ This parameter specifies a shade of red that is suitable for borders and
 other accents. It should have some contrast against background colors, but it
 does not need as high of a contrast as text colors.
 -->
-<xsl:param name="color.red" select="'#cc0000'"/>
+<xsl:param name="color.red" select="'#c01c28'"/>
 
 
 <!--@@==========================================================================
@@ -627,7 +627,7 @@ This parameter specifies a shade of orange that is suitable for borders and
 other accents. It should have some contrast against background colors, but it
 does not need as high of a contrast as text colors.
 -->
-<xsl:param name="color.orange" select="'#f57900'"/>
+<xsl:param name="color.orange" select="'#ffa348'"/>
 
 
 <!--@@==========================================================================
@@ -671,7 +671,7 @@ This parameter specifies a shade of yellow that is suitable for borders and
 other accents. It should have some contrast against background colors, but it
 does not need as high of a contrast as text colors.
 -->
-<xsl:param name="color.yellow" select="'#edd400'"/>
+<xsl:param name="color.yellow" select="'#f8e45c'"/>
 
 
 <!--@@==========================================================================
@@ -717,7 +717,7 @@ This parameter specifies a shade of green that is suitable for borders and
 other accents. It should have some contrast against background colors, but it
 does not need as high of a contrast as text colors.
 -->
-<xsl:param name="color.green" select="'#73d216'"/>
+<xsl:param name="color.green" select="'#57e389'"/>
 
 
 <!--@@==========================================================================
@@ -761,7 +761,7 @@ This parameter specifies a shade of blue that is suitable for borders and
 other accents. It should have some contrast against background colors, but it
 does not need as high of a contrast as text colors.
 -->
-<xsl:param name="color.blue" select="'#3465a4'"/>
+<xsl:param name="color.blue" select="'#3584e4'"/>
 
 
 <!--@@==========================================================================
@@ -804,7 +804,7 @@ This parameter specifies a shade of purple that is suitable for borders and
 other accents. It should have some contrast against background colors, but it
 does not need as high of a contrast as text colors.
 -->
-<xsl:param name="color.purple" select="'#75507b'"/>
+<xsl:param name="color.purple" select="'#a347ba'"/>
 
 
 <!--@@==========================================================================
@@ -848,7 +848,7 @@ This parameter specifies a shade of gray that is suitable for borders and
 other accents. It should have some contrast against background colors, but it
 does not need as high of a contrast as text colors.
 -->
-<xsl:param name="color.gray" select="'#babdb6'"/>
+<xsl:param name="color.gray" select="'#c0bfbc'"/>
 
 
 <!--@@==========================================================================


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]