summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@redhat.com>2019-01-23 11:49:01 -0500
committerShaun McCance <shaunm@redhat.com>2019-01-23 11:49:01 -0500
commit95c877f02b92ae64bc9957838c609248b2f76f3b (patch)
tree0023fdb2e222991506b1cbb4ff0daba9f56d15c3
parent980a9dd95e8da8db56ef841f11b2b9182d7c3b64 (diff)
downloadyelp-xsl-95c877f02b92ae64bc9957838c609248b2f76f3b.tar.gz
color.xsl: Refresh colors for new GNOME HIG colors
-rw-r--r--xslt/common/color.xsl14
1 files 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'"/>
<!--@@==========================================================================