Created
November 4, 2025 16:31
-
-
Save peterhellberg/b262be99c7c866dd9616aa9a0198aa91 to your computer and use it in GitHub Desktop.
My theme for https://maaslalani.com/slides/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "document": { | |
| "block_prefix": "\n", | |
| "block_suffix": "\n", | |
| "color": "#E8E8D3", | |
| "margin": 2 | |
| }, | |
| "block_quote": { | |
| "indent": 1, | |
| "indent_token": "│ ", | |
| "color": "#888888", | |
| "italic": true | |
| }, | |
| "paragraph": {}, | |
| "list": { | |
| "level_indent": 2, | |
| "color": "#E8E8D3" | |
| }, | |
| "heading": { | |
| "block_suffix": "\n", | |
| "color": "#FAD07A", | |
| "bold": true | |
| }, | |
| "h1": { | |
| "prefix": "██ ", | |
| "suffix": " ", | |
| "color": "#CF6A4C", | |
| "bold": true | |
| }, | |
| "h2": { | |
| "prefix": "▓▓▓ ", | |
| "color": "#FFB964" | |
| }, | |
| "h3": { | |
| "prefix": "▒▒▒▒ ", | |
| "color": "#8197BE" | |
| }, | |
| "h4": { | |
| "prefix": "░░░░░ ", | |
| "color": "#8FBFDC" | |
| }, | |
| "h5": { | |
| "color": "#C6B6EE", | |
| "bold": true | |
| }, | |
| "h6": { | |
| "color": "#96b0de", | |
| "italic": true | |
| }, | |
| "text": {}, | |
| "strikethrough": { | |
| "crossed_out": true, | |
| "color": "#888888" | |
| }, | |
| "emph": { | |
| "italic": true, | |
| "color": "#E8E8D3" | |
| }, | |
| "strong": { | |
| "bold": true, | |
| "color": "#FAD07A" | |
| }, | |
| "hr": { | |
| "color": "#605958", | |
| "format": "\n────────\n" | |
| }, | |
| "item": { | |
| "block_prefix": "• ", | |
| "color": "#99AD6A" | |
| }, | |
| "enumeration": { | |
| "block_prefix": ". ", | |
| "color": "#99AD6A" | |
| }, | |
| "task": { | |
| "ticked": "[✓] ", | |
| "unticked": "[ ] ", | |
| "color": "#FFB964" | |
| }, | |
| "link": { | |
| "color": "#8FBFDC", | |
| "underline": true | |
| }, | |
| "link_text": { | |
| "color": "#C6B6EE", | |
| "bold": true | |
| }, | |
| "image": { | |
| "color": "#CF6A4C", | |
| "underline": true | |
| }, | |
| "image_text": { | |
| "color": "#605958", | |
| "format": "Image: {{.text}} →" | |
| }, | |
| "code": { | |
| "prefix": " ", | |
| "suffix": " ", | |
| "color": "#FAD07A", | |
| "background_color": "#151515" | |
| }, | |
| "code_block": { | |
| "theme": "friendly", | |
| "margin": 2 | |
| }, | |
| "table": { | |
| "center_separator": "┼", | |
| "column_separator": "│", | |
| "row_separator": "─", | |
| "header_color": "#FAD07A", | |
| "border_color": "#605958" | |
| }, | |
| "definition_list": {}, | |
| "definition_term": { | |
| "bold": true, | |
| "color": "#CF6A4C" | |
| }, | |
| "definition_description": { | |
| "block_prefix": "\n🠶 ", | |
| "color": "#E8E8D3" | |
| }, | |
| "html_block": {}, | |
| "html_span": {} | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment