mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 18:54:09 -04:00
...
This commit is contained in:
parent
d4213a0212
commit
b35fc9861b
@ -66,7 +66,7 @@ class MarkdownHighlighter(QSyntaxHighlighter):
|
||||
"header": {"color":"#2aa198", "font-weight":"bold", "font-style":"normal"},
|
||||
"unorderedlist": {"color":"red", "font-weight":"normal", "font-style":"normal"},
|
||||
"orderedlist": {"color":"red", "font-weight":"normal", "font-style":"normal"},
|
||||
"blockquote": {"color":"red", "font-weight":"normal", "font-style":"normal"},
|
||||
"blockquote": {"color":"red", "font-weight":"bold", "font-style":"normal"},
|
||||
"codespan": {"color":"#ff5800", "font-weight":"normal", "font-style":"normal"},
|
||||
"codeblock": {"color":"#ff5800", "font-weight":"normal", "font-style":"normal"},
|
||||
"line": {"color":"#2aa198", "font-weight":"normal", "font-style":"normal"},
|
||||
@ -82,7 +82,7 @@ class MarkdownHighlighter(QSyntaxHighlighter):
|
||||
"header": {"color":"#2aa198", "font-weight":"bold", "font-style":"normal"},
|
||||
"unorderedlist": {"color":"yellow", "font-weight":"normal", "font-style":"normal"},
|
||||
"orderedlist": {"color":"yellow", "font-weight":"normal", "font-style":"normal"},
|
||||
"blockquote": {"color":"yellow", "font-weight":"normal", "font-style":"normal"},
|
||||
"blockquote": {"color":"yellow", "font-weight":"bold", "font-style":"normal"},
|
||||
"codespan": {"color":"#90ee90", "font-weight":"normal", "font-style":"normal"},
|
||||
"codeblock": {"color":"#ff9900", "font-weight":"normal", "font-style":"normal"},
|
||||
"line": {"color":"#2aa198", "font-weight":"normal", "font-style":"normal"},
|
||||
|
Loading…
x
Reference in New Issue
Block a user