From ca2c14646e8cbf8eaf50359009619edd585ba221 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Sat, 7 Feb 2009 18:05:24 -0600 Subject: [PATCH] help.stylesheet: use COLOR: --- basis/help/stylesheet/stylesheet.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/help/stylesheet/stylesheet.factor b/basis/help/stylesheet/stylesheet.factor index 9f7ff8739d..74d7f6c115 100644 --- a/basis/help/stylesheet/stylesheet.factor +++ b/basis/help/stylesheet/stylesheet.factor @@ -58,7 +58,7 @@ SYMBOL: snippet-style H{ { font-name "monospace" } { font-size 12 } - { foreground T{ rgba f 0.1 0.1 0.4 1 } } + { foreground COLOR: navy-blue } } snippet-style set-global SYMBOL: code-style