From 38138f6746184ed4cd72001954c03ce4a927f687 Mon Sep 17 00:00:00 2001 From: "Chris @ Web" Date: Thu, 22 Aug 2024 10:24:36 +0200 Subject: [PATCH] ansible/roles/cheat/templates/glow/dark.json aktualisiert --- ansible/roles/cheat/templates/glow/dark.json | 21 +++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/ansible/roles/cheat/templates/glow/dark.json b/ansible/roles/cheat/templates/glow/dark.json index 758de83..0dfbcd3 100644 --- a/ansible/roles/cheat/templates/glow/dark.json +++ b/ansible/roles/cheat/templates/glow/dark.json @@ -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"