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