all repos — aflux @ 4a04d09a8d51767286692e8897a917efddd93236

catppuccin.glamour.json (view raw)

  1{
  2  "document": {
  3    "block_prefix": "\n",
  4    "block_suffix": "\n",
  5    "color": "#cdd6f4",
  6    "margin": 2
  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": "#cdd6f4",
 19    "bold": true
 20  },
 21  "h1": {
 22    "prefix": "▓▓▓ ",
 23    "suffix": " ",
 24    "color": "#f38ba8",
 25    "bold": true
 26  },
 27  "h2": {
 28    "prefix": "▓▓▓▓ ",
 29    "color": "#fab387"
 30  },
 31  "h3": {
 32    "prefix": "▓▓▓▓▓ ",
 33    "color": "#f9e2af"
 34  },
 35  "h4": {
 36    "prefix": "▓▓▓▓▓▓ ",
 37    "color": "#a6e3a1"
 38  },
 39  "h5": {
 40    "prefix": "▓▓▓▓▓▓▓ ",
 41    "color": "#74c7ec"
 42  },
 43  "h6": {
 44    "prefix": "▓▓▓▓▓▓▓▓ ",
 45    "color": "#b4befe"
 46  },
 47  "text": {
 48    "color": "#a6adc8"
 49  },
 50  "strikethrough": {
 51    "crossed_out": true
 52  },
 53  "emph": {
 54    "italic": true
 55  },
 56  "strong": {
 57    "bold": true
 58  },
 59  "hr": {
 60    "color": "#6c7086",
 61    "format": "\n--------\n"
 62  },
 63  "item": {
 64    "block_prefix": "• "
 65  },
 66  "enumeration": {
 67    "block_prefix": ". "
 68  },
 69  "task": {
 70    "ticked": "[✓] ",
 71    "unticked": "[ ] "
 72  },
 73  "link": {
 74    "color": "#89b4fa",
 75    "underline": true
 76  },
 77  "link_text": {
 78    "color": "#b4befe",
 79    "bold": true
 80  },
 81  "image": {
 82    "color": "#89b4fa",
 83    "underline": true
 84  },
 85  "image_text": {
 86    "color": "#b4befe",
 87    "format": "Image: {{.text}} →"
 88  },
 89  "code": {
 90    "prefix": " ",
 91    "suffix": " ",
 92    "color": "#eba0ac",
 93    "background_color": "#181825"
 94  },
 95  "code_block": {
 96    "color": "#181825",
 97    "margin": 2,
 98    "chroma": {
 99      "text": {
100        "color": "#cdd6f4"
101      },
102      "error": {
103        "color": "#cdd6f4",
104        "background_color": "#f38ba8"
105      },
106      "comment": {
107        "color": "#6c7086"
108      },
109      "comment_preproc": {
110        "color": "#89b4fa"
111      },
112      "keyword": {
113        "color": "#cba6f7"
114      },
115      "keyword_reserved": {
116        "color": "#cba6f7"
117      },
118      "keyword_namespace": {
119        "color": "#f9e2af"
120      },
121      "keyword_type": {
122        "color": "#f9e2af"
123      },
124      "operator": {
125        "color": "#89dceb"
126      },
127      "punctuation": {
128        "color": "#9399b2"
129      },
130      "name": {
131        "color": "#b4befe"
132      },
133      "name_builtin": {
134        "color": "#fab387"
135      },
136      "name_tag": {
137        "color": "#cba6f7"
138      },
139      "name_attribute": {
140        "color": "#f9e2af"
141      },
142      "name_class": {
143        "color": "#f9e2af"
144      },
145      "name_constant": {
146        "color": "#f9e2af"
147      },
148      "name_decorator": {
149        "color": "#f5c2e7"
150      },
151      "name_exception": {},
152      "name_function": {
153        "color": "#89b4fa"
154      },
155      "name_other": {},
156      "literal": {},
157      "literal_number": {
158        "color": "#fab387"
159      },
160      "literal_date": {},
161      "literal_string": {
162        "color": "#a6e3a1"
163      },
164      "literal_string_escape": {
165        "color": "#f5c2e7"
166      },
167      "generic_deleted": {
168        "color": "#f38ba8"
169      },
170      "generic_emph": {
171        "color": "#cdd6f4",
172        "italic": true
173      },
174      "generic_inserted": {
175        "color": "#a6e3a1"
176      },
177      "generic_strong": {
178        "color": "#cdd6f4",
179        "bold": true
180      },
181      "generic_subheading": {
182        "color": "#89dceb"
183      },
184      "background": {
185        "background_color": "#181825"
186      }
187    }
188  },
189  "table": {
190    "center_separator": "┼",
191    "column_separator": "│",
192    "row_separator": "─"
193  },
194  "definition_list": {},
195  "definition_term": {},
196  "definition_description": {
197    "block_prefix": "\n🠶 "
198  },
199  "html_block": {},
200  "html_span": {}
201}