all repos — slides @ de054bece69a4eb0253b3604004d5f157721ee4e

Reveal-md slides I made for various occasions

octree/slides_theme.json (view raw)

  1{
  2  "document": {
  3    "block_prefix": "\n",
  4    "block_suffix": "\n",
  5    "color": "252",
  6    "margin": 40
  7  },
  8  "block_quote": {
  9    "indent": 1,
 10    "indent_token": "│ "
 11  },
 12  "paragraph": {},
 13  "list": {
 14    "level_indent": 2
 15  },
 16  "heading": {
 17    "block_suffix": "\n",
 18    "color": "39",
 19    "bold": true
 20  },
 21  "h1": {
 22    "prefix": "██ ",
 23    "suffix": " ",
 24    "color": "#9fc",
 25    "bold": true
 26  },
 27  "h2": {
 28    "prefix": "▓▓▓ ",
 29    "color": "#1cc"
 30  },
 31  "h3": {
 32    "prefix": "▒▒▒▒ ",
 33    "color": "#29c"
 34  },
 35  "h4": {
 36    "color": "#559",
 37    "prefix": "░░░░░ "
 38  },
 39  "h5": {},
 40  "h6": {},
 41  "text": {},
 42  "strikethrough": {
 43    "crossed_out": true
 44  },
 45  "emph": {
 46    "italic": true
 47  },
 48  "strong": {
 49    "bold": true
 50  },
 51  "hr": {
 52    "color": "240",
 53    "format": "\n--------\n"
 54  },
 55  "item": {
 56    "block_prefix": "• "
 57  },
 58  "enumeration": {
 59    "block_prefix": ". "
 60  },
 61  "task": {
 62    "ticked": "[✓] ",
 63    "unticked": "[ ] "
 64  },
 65  "link": {
 66    "color": "30",
 67    "underline": true
 68  },
 69  "link_text": {
 70    "color": "35",
 71    "bold": true
 72  },
 73  "image": {
 74    "color": "212",
 75    "underline": true
 76  },
 77  "image_text": {
 78    "color": "243",
 79    "format": "Image: {{.text}} →"
 80  },
 81  "code": {
 82    "prefix": " ",
 83    "suffix": " ",
 84    "color": "203",
 85    "background_color": "236"
 86  },
 87  "code_block": {
 88    "theme": "dracula",
 89    "margin": 2
 90  },
 91  "table": {
 92    "center_separator": "┼",
 93    "column_separator": "│",
 94    "row_separator": "─"
 95  },
 96  "definition_list": {},
 97  "definition_term": {},
 98  "definition_description": {
 99    "block_prefix": "\n🠶 "
100  },
101  "html_block": {},
102  "html_span": {}
103}