|
|
@@ -1,12 +1,20 @@
|
|
|
# This is the default markdown styles used for Peg-Markdown-Highlight
|
|
|
-# Created by Le Tan ([email protected])
|
|
|
+# created by Le Tan([email protected]).
|
|
|
+# For a complete description of the syntax, please refer to the original
|
|
|
+# documentation of the style parser
|
|
|
+# [The Syntax of PEG Markdown Highlight Stylesheets](http://hasseg.org/peg-markdown-highlight/docs/stylesheet_syntax.html).
|
|
|
+# VNote adds some styles in the syntax which will be marked [VNote] in the comment.
|
|
|
+#
|
|
|
+# Note: Empty lines within a section is NOT allowed.
|
|
|
+# Note: Do NOT modify this file directly. Copy it and tune your own style!
|
|
|
|
|
|
editor
|
|
|
# QTextEdit just choose the first available font, so specify the Chinese fonts first
|
|
|
# Do not use "" to quote the name
|
|
|
font-family: Hiragino Sans GB, 冬青黑体, Microsoft YaHei, 微软雅黑, Microsoft YaHei UI, WenQuanYi Micro Hei, 文泉驿雅黑, Dengxian, 等线体, STXihei, 华文细黑, Liberation Sans, Droid Sans, NSimSun, 新宋体, SimSun, 宋体, Helvetica, sans-serif, Tahoma, Arial, Verdana, Geneva, Georgia, Times New Roman
|
|
|
-# Style for trailing space
|
|
|
+# [VNote] Style for trailing space
|
|
|
trailing-space: ffebee
|
|
|
+font-size: 12
|
|
|
|
|
|
editor-selection
|
|
|
foreground: eeeeee
|
|
|
@@ -14,9 +22,13 @@ background: 005fff
|
|
|
|
|
|
editor-current-line
|
|
|
background: c5cae9
|
|
|
+# [VNote] Vim insert mode cursor line background
|
|
|
vim-insert-background: cdc0b0
|
|
|
+# [VNote] Vim normal mode cursor line background
|
|
|
vim-normal-background: b0bec5
|
|
|
+# [VNote] Vim visual mode cursor line background
|
|
|
vim-visual-background: 90caf9
|
|
|
+# [VNote] Vim replace mode cursor line background
|
|
|
vim-replace-background: f8bbd0
|
|
|
|
|
|
H1
|
|
|
@@ -97,7 +109,7 @@ foreground: 93a1a1
|
|
|
VERBATIM
|
|
|
foreground: 551a8b
|
|
|
font-family: Consolas, Monaco, Andale Mono, Monospace, Courier New
|
|
|
-# Codeblock sylte from HighlightJS (bold, italic, underlined, color)
|
|
|
+# [VNote] Codeblock sylte from HighlightJS (bold, italic, underlined, color)
|
|
|
# The last occurence of the same attribute takes effect
|
|
|
hljs-comment: 6c6c6c
|
|
|
hljs-keyword: 0000ee
|
|
|
@@ -114,6 +126,7 @@ hljs-selector-class: 880000
|
|
|
hljs-quote: 880000
|
|
|
hljs-template-tag: 880000
|
|
|
hljs-deletion: 880000
|
|
|
+# Could specify multiple attribute in one line
|
|
|
hljs-title: bold, 880000
|
|
|
hljs-section: bold, 880000
|
|
|
hljs-regexp: bc6060
|