Skip to content

Commit 13df032

Browse files
committed
fix: add new monoforegroundcolor option to schema
1 parent fe8f4be commit 13df032

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/resources/schema/document-colors.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@
2626
formats: [html, html4, html5, slidy, slideous, s5, dzslides]
2727
description: Sets the CSS `background-color` property on code elements and adds extra padding.
2828

29+
- name: monoforegroundcolor
30+
schema: string
31+
tags:
32+
formats: [html, html4, html5, slidy, slideous, s5, dzslides]
33+
description: Sets the CSS `color` property on code elements and adds extra padding.
34+
2935
- name: backgroundcolor
3036
schema: string
3137
tags:

0 commit comments

Comments
 (0)