Update styles

This commit is contained in:
Christian Muehlhaeuser
2019-12-13 03:00:45 +01:00
parent 07f52dd42a
commit ae0d31909d
4 changed files with 52 additions and 50 deletions
+15 -13
View File
@@ -6,8 +6,9 @@
"color": "252"
},
"h1": {
"format": " {{.text}} ",
"suffix": "\n\n",
"styled_prefix": " ",
"styled_suffix": " ",
"background_color": "63",
"color": "228",
"bold": true
@@ -15,36 +16,38 @@
"h2": {
"prefix": "\n",
"suffix": "\n",
"format": "## {{.text}}",
"styled_prefix": "## ",
"color": "39",
"bold": true
},
"h3": {
"format": "### {{.text}}",
"suffix": "\n",
"styled_prefix": "### ",
"color": "39",
"bold": true
},
"h4": {
"format": "#### {{.text}}",
"suffix": "\n",
"styled_prefix": "#### ",
"color": "39",
"bold": true
},
"h5": {
"format": "##### {{.text}}",
"suffix": "\n",
"styled_prefix": "##### ",
"color": "39",
"bold": true
},
"h6": {
"format": "###### {{.text}}",
"suffix": "\n",
"styled_prefix": "###### ",
"color": "35",
"bold": false
},
"text": {},
"list": {},
"list": {
"indent": 4
},
"item": {
"prefix": "• "
},
@@ -56,7 +59,6 @@
"bold": true
},
"link": {
"format": "{{.text}}",
"underline": true,
"color": "30"
},
@@ -69,7 +71,8 @@
"color": "212"
},
"code": {
"format": " {{.text}} ",
"styled_prefix": " ",
"styled_suffix": " ",
"background_color": "236",
"color": "203"
},
@@ -88,10 +91,9 @@
"format": "\n--------\n",
"color": "240"
},
"block_quote": {},
"del": {},
"softbreak": {},
"hardbreak": {},
"block_quote": {
"prefix": "> "
},
"html_block": {},
"html_span": {}
}
+15 -13
View File
@@ -6,8 +6,9 @@
"color": "234"
},
"h1": {
"format": " {{.text}} ",
"suffix": "\n\n",
"styled_prefix": " ",
"styled_suffix": " ",
"background_color": "63",
"color": "228",
"bold": true
@@ -15,36 +16,38 @@
"h2": {
"prefix": "\n",
"suffix": "\n",
"format": "## {{.text}}",
"styled_prefix": "## ",
"color": "27",
"bold": true
},
"h3": {
"format": "### {{.text}}",
"suffix": "\n",
"styled_prefix": "### ",
"color": "27",
"bold": true
},
"h4": {
"format": "#### {{.text}}",
"suffix": "\n",
"styled_prefix": "#### ",
"color": "27",
"bold": true
},
"h5": {
"format": "##### {{.text}}",
"suffix": "\n",
"styled_prefix": "##### ",
"color": "27",
"bold": true
},
"h6": {
"format": "###### {{.text}}",
"suffix": "\n",
"styled_prefix": "###### ",
"color": "27",
"bold": false
},
"text": {},
"list": {},
"list": {
"indent": 4
},
"item": {
"prefix": "• "
},
@@ -56,7 +59,6 @@
"bold": true
},
"link": {
"format": "{{.text}}",
"underline": true,
"color": "36"
},
@@ -69,7 +71,8 @@
"color": "205"
},
"code": {
"format": " {{.text}} ",
"styled_prefix": " ",
"styled_suffix": " ",
"background_color": "254",
"color": "203"
},
@@ -88,10 +91,9 @@
"format": "\n--------\n",
"color": "240"
},
"block_quote": {},
"del": {},
"softbreak": {},
"hardbreak": {},
"block_quote": {
"prefix": "> "
},
"html_block": {},
"html_span": {}
}
+21 -23
View File
@@ -5,32 +5,34 @@
"suffix": "\n\n"
},
"h1": {
"format": "# {{.text}}",
"suffix": "\n\n"
"suffix": "\n\n",
"styled_prefix": "# "
},
"h2": {
"prefix": "\n",
"suffix": "\n",
"format": "## {{.text}}"
"styled_prefix": "## "
},
"h3": {
"format": "### {{.text}}",
"suffix": "\n"
"suffix": "\n",
"styled_prefix": "### "
},
"h4": {
"format": "#### {{.text}}",
"suffix": "\n"
"suffix": "\n",
"styled_prefix": "#### "
},
"h5": {
"format": "##### {{.text}}",
"suffix": "\n"
"suffix": "\n",
"styled_prefix": "##### "
},
"h6": {
"format": "###### {{.text}}",
"suffix": "\n"
"suffix": "\n",
"styled_prefix": "###### "
},
"text": {},
"list": {},
"list": {
"indent": 4
},
"item": {
"prefix": "• "
},
@@ -38,20 +40,17 @@
"prefix": ". "
},
"link_text": {},
"link": {
"format": "({{.text}})"
},
"link": {},
"image_text": {
"format": "Image: {{.text}} ->"
},
"image": {},
"code": {
"format": "`{{.text}}`"
"prefix": "`",
"suffix": "`"
},
"code_block": {
"margin": 4,
"prefix": "\n",
"suffix": "\n"
"margin": 4
},
"table": {},
"emph": {
@@ -65,10 +64,9 @@
"hr": {
"format": "\n--------\n"
},
"block_quote": {},
"del": {},
"softbreak": {},
"hardbreak": {},
"block_quote": {
"prefix": "> "
},
"html_block": {},
"html_span": {}
}