ansible/roles/cheat/templates/glow/dark.json aktualisiert
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
},
|
},
|
||||||
"block_quote": {
|
"block_quote": {
|
||||||
"indent": 1,
|
"indent": 1,
|
||||||
"indent_token": "│ "
|
"indent_token": "\u001b[m│ "
|
||||||
},
|
},
|
||||||
"paragraph": {},
|
"paragraph": {},
|
||||||
"list": {
|
"list": {
|
||||||
@@ -18,26 +18,27 @@
|
|||||||
"bold": true
|
"bold": true
|
||||||
},
|
},
|
||||||
"h1": {
|
"h1": {
|
||||||
"prefix": "\u001b[38;5;1;0m\u001b[m ",
|
"prefix": "\u001b[38;5;1;0m\u001b[m ",
|
||||||
"suffix": " ",
|
"suffix": " ",
|
||||||
"color": "#0ca8fb",
|
"color": "#0ca8fb",
|
||||||
"background_color": "",
|
"background_color": "",
|
||||||
"bold": true
|
"bold": true
|
||||||
},
|
},
|
||||||
"h2": {
|
"h2": {
|
||||||
"prefix": " "
|
"prefix": " \u001b[38;5;1;0m\u001b[m "
|
||||||
},
|
},
|
||||||
"h3": {
|
"h3": {
|
||||||
"prefix": " - "
|
"prefix": " \u001b[38;5;1;0m\u001b[m ",
|
||||||
|
"color": "#0ca8fb"
|
||||||
},
|
},
|
||||||
"h4": {
|
"h4": {
|
||||||
"prefix": " - "
|
"prefix": " \u001b[38;5;1;0m\u001b[m "
|
||||||
},
|
},
|
||||||
"h5": {
|
"h5": {
|
||||||
"prefix": " - "
|
"prefix": " \u001b[38;5;1;0m\u001b[m "
|
||||||
},
|
},
|
||||||
"h6": {
|
"h6": {
|
||||||
"prefix": " - ",
|
"prefix": " \u001b[38;5;1;0m\u001b[m ",
|
||||||
"color": "6",
|
"color": "6",
|
||||||
"bold": false
|
"bold": false
|
||||||
},
|
},
|
||||||
@@ -79,7 +80,7 @@
|
|||||||
},
|
},
|
||||||
"image_text": {
|
"image_text": {
|
||||||
"color": "243",
|
"color": "243",
|
||||||
"format": "Image: {{ '{{' }}.text{{ '}}' }} →"
|
"format": "Image: {{.text}} →"
|
||||||
},
|
},
|
||||||
"code": {
|
"code": {
|
||||||
"prefix": " ",
|
"prefix": " ",
|
||||||
@@ -88,8 +89,10 @@
|
|||||||
"background_color": "#011f2a"
|
"background_color": "#011f2a"
|
||||||
},
|
},
|
||||||
"code_block": {
|
"code_block": {
|
||||||
|
"block_prefix": "\u001b[m",
|
||||||
|
"block_suffix": "\u001b[m",
|
||||||
|
"indent": 2,
|
||||||
"color": "244",
|
"color": "244",
|
||||||
"margin": 2,
|
|
||||||
"chroma": {
|
"chroma": {
|
||||||
"text": {
|
"text": {
|
||||||
"color": "#C4C4C4"
|
"color": "#C4C4C4"
|
||||||
|
|||||||
Reference in New Issue
Block a user