add support for 'color and 'bgcolor styles
svn: r8064 original commit: e4a588e40563e8ddf71bc7200e9adf602b17bb44
This commit is contained in:
parent
40a32d8851
commit
c19fabf7ae
|
@ -247,7 +247,11 @@ information@|details|, even if the editor currently has delayed refreshing (see
|
|||
@elem{snip @techlink{position}}))
|
||||
|
||||
(define (colorName name name2 r g b)
|
||||
(make-element `(show-color ,r ,g ,b) (list (to-element (bytes->string/latin-1 name)))))
|
||||
(make-element #f
|
||||
(list (make-element `(bg-color ,r ,g ,b)
|
||||
(list (hspace 5)))
|
||||
(hspace 1)
|
||||
(bytes->string/latin-1 name))))
|
||||
|
||||
(define (Resource s)
|
||||
@elem{@to-element[`(quote ,(string->symbol (string-append "MrEd:" s)))]
|
||||
|
|
Loading…
Reference in New Issue
Block a user