Skip to content

Instantly share code, notes, and snippets.

@peterhellberg
Created November 4, 2025 16:31
Show Gist options
  • Select an option

  • Save peterhellberg/b262be99c7c866dd9616aa9a0198aa91 to your computer and use it in GitHub Desktop.

Select an option

Save peterhellberg/b262be99c7c866dd9616aa9a0198aa91 to your computer and use it in GitHub Desktop.

Revisions

  1. peterhellberg created this gist Nov 4, 2025.
    124 changes: 124 additions & 0 deletions theme.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,124 @@
    {
    "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": {}
    }