blob: a9acb040ecf6cb2a03cf2e6c019cd07fabb9bd9a (
plain)
1
2
3
4
5
6
7
8
9
10
|
(center
(color :bg "#aaaaaa"
:margin 10
:width 30.
(center
(color :bg "#eeeeee" :fg "blue" :width 100. :margin 10 [This is an
example of color box that uses a color for the
background ,(emph "and") the ,(color :fg "red" "foreground"). It also specifies
a width, that is, an horizontal space, the text should
span to.]))))
|