1 ! Copyright (C) 2005, 2006 Slava Pestov.
2 ! See http://factorcode.org/license.txt for BSD license.
3 USING: io.styles namespaces colors ;
6 SYMBOL: default-span-style
11 } default-span-style set-global
13 SYMBOL: default-block-style
16 } default-block-style set-global
20 { foreground T{ rgba f 0 0 0.3 1 } }
22 } link-style set-global
24 SYMBOL: emphasis-style
25 H{ { font-style italic } } emphasis-style set-global
28 H{ { font-style bold } } strong-style set-global
36 { page-color T{ rgba f 0.8 0.8 0.8 1 } }
38 } title-style set-global
40 SYMBOL: help-path-style
41 H{ { font-size 10 } } help-path-style set-global
48 } heading-style set-global
50 SYMBOL: subsection-style
55 } subsection-style set-global
61 { foreground T{ rgba f 0.1 0.1 0.4 1 } }
62 } snippet-style set-global
66 { page-color T{ rgba f 0.8 0.8 0.8 0.5 } }
69 } code-style set-global
72 H{ { font-style bold } } input-style set-global
77 { foreground T{ rgba f 0.0 0.0 1.0 1.0 } }
78 } url-style set-global
82 { page-color T{ rgba f 0.95 0.95 0.95 1 } }
83 { border-color T{ rgba f 1 0 0 1 } }
86 } warning-style set-global
88 SYMBOL: table-content-style
91 } table-content-style set-global
96 { table-border T{ rgba f 0.8 0.8 0.8 1.0 } }
97 } table-style set-global
100 H{ { table-gap { 10 2 } } } list-style set-global
103 "- " bullet set-global