]> gitweb.factorcode.org Git - factor.git/commitdiff
Renamed a Factor theme color to something more sensible.
authorKeith Lazuka <klazuka@gmail.com>
Mon, 14 Sep 2009 13:01:03 +0000 (09:01 -0400)
committerKeith Lazuka <klazuka@gmail.com>
Mon, 14 Sep 2009 13:01:03 +0000 (09:01 -0400)
basis/colors/constants/factor-colors.txt
basis/help/stylesheet/stylesheet.factor

index c032aae5c4f45a1469c5c145da7a14f57c30e5f2..b8af9d394914455c7eb138b1758d7245ff7a5696 100644 (file)
@@ -1,6 +1,6 @@
 ! Factor UI theme colors
-243 242 234            FactorLightLightTan
-227 226 219            FactorLightTan
+243 242 234            FactorLightTan
+227 226 219            FactorTan
 172 167 147            FactorDarkTan
  81  91 105            FactorLightSlateBlue
  55  62  72            FactorDarkSlateBlue
index 88fe81de6e1f3939f4511b94330413ada3d58bb8..8a119823cc367f314b3539e84f35e688646fd302 100644 (file)
@@ -34,7 +34,7 @@ H{
     { font-style bold }
     { wrap-margin 500 }
     { foreground COLOR: gray20 }
-    { page-color COLOR: FactorLightLightTan }
+    { page-color COLOR: FactorLightTan }
     { inset { 5 5 } }
 } title-style set-global
 
@@ -42,7 +42,7 @@ SYMBOL: help-path-style
 H{
     { font-size 10 }
     { table-gap { 5 5 } }
-    { table-border COLOR: FactorLightLightTan }
+    { table-border COLOR: FactorLightTan }
 } help-path-style set-global
 
 SYMBOL: heading-style
@@ -75,7 +75,7 @@ H{
 
 SYMBOL: code-style
 H{
-    { page-color COLOR: FactorLightLightTan }
+    { page-color COLOR: FactorLightTan }
     { inset { 5 5 } }
     { wrap-margin f }
 } code-style set-global
@@ -113,7 +113,7 @@ H{
 SYMBOL: table-style
 H{
     { table-gap { 5 5 } }
-    { table-border COLOR: FactorLightTan }
+    { table-border COLOR: FactorTan }
 } table-style set-global
 
 SYMBOL: list-style