diff options
Diffstat (limited to 'src/documentstyle.hpp')
| -rw-r--r-- | src/documentstyle.hpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/documentstyle.hpp b/src/documentstyle.hpp index 961a0ed..c3ac368 100644 --- a/src/documentstyle.hpp +++ b/src/documentstyle.hpp @@ -33,6 +33,7 @@ struct DocumentStyle QFont h2_font; QFont h3_font; QFont preformatted_font; + QFont blockquote_font; QColor background_color; QColor standard_color; @@ -40,7 +41,8 @@ struct DocumentStyle QColor h1_color; QColor h2_color; QColor h3_color; - QColor blockquote_color; + QColor blockquote_fgcolor; + QColor blockquote_bgcolor; QColor internal_link_color; QColor external_link_color; |
