Fix boldface and italics (#1837)

Before, **boldface** or *italics* (also _italics_) would not generally show as that, definitely not with the default color scheme. After this change, they appear with the same color as normal text but with that typography, in all color schemes.
This commit is contained in:
FMuro 2018-05-05 20:36:08 +02:00 committed by Frank Lanitz
parent 1507f867ce
commit af15898823

View File

@ -2,8 +2,8 @@
[styling] [styling]
# Edit these in the colorscheme .conf file instead # Edit these in the colorscheme .conf file instead
default=default default=default
strong=string_3 strong=default,bold
emphasis=string_4 emphasis=default,italic
header1=keyword_1 header1=keyword_1
header2=keyword_1 header2=keyword_1
header3=keyword_1 header3=keyword_1