This repository has been archived on 2022-08-21. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/home/.config/glow/styles/onedark.json

198 lines
3.5 KiB
JSON

{
"document": {
"block_prefix": "\n",
"block_suffix": "\n",
"color": "#abb2bf",
"margin": 2
},
"block_quote": {
"indent": 1,
"indent_token": "│ "
},
"paragraph": {},
"list": {
"level_indent": 2
},
"heading": {
"block_suffix": "\n",
"color": "#61afef",
"bold": true
},
"h1": {
"prefix": " ",
"suffix": " ",
"color": "#e5c07b",
"background_color": "#61afef",
"bold": true
},
"h2": {
"prefix": "## "
},
"h3": {
"prefix": "### "
},
"h4": {
"prefix": "#### "
},
"h5": {
"prefix": "##### "
},
"h6": {
"prefix": "###### ",
"color": "#56b6c2",
"bold": false
},
"text": {},
"strikethrough": {
"crossed_out": true
},
"emph": {
"italic": true
},
"strong": {
"bold": true
},
"hr": {
"color": "#3e4452",
"format": "\n--------\n"
},
"item": {
"block_prefix": "• "
},
"enumeration": {
"block_prefix": ". "
},
"task": {
"ticked": "[✓] ",
"unticked": "[ ] "
},
"link": {
"color": "#5699af",
"underline": true
},
"link_text": {
"color": "#98c379",
"bold": true
},
"image": {
"color": "#c678dd",
"underline": true
},
"image_text": {
"color": "#4b5263",
"format": "Image: {{.text}} →"
},
"code": {
"prefix": " ",
"suffix": " ",
"color": "#d19a66",
"background_color": "#4b5263"
},
"code_block": {
"color": "#b0c4de",
"margin": 2,
"chroma": {
"text": {
"color": "#b0c4de"
},
"error": {
"color": "#b0c4de"
},
"comment": {
"color": "#8a93a5",
"italic": true
},
"comment_preproc": {
"bold": true
},
"keyword": {
"color": "#c678dd"
},
"keyword_reserved": {},
"keyword_namespace": {
"color": "#b756ff",
"bold": true
},
"keyword_type": {
"color": "#ef8383"
},
"operator": {
"color": "#c7bf54"
},
"punctuation": {
"color": "#b0c4de"
},
"name": {
"color": "#c1abea"
},
"name_builtin": {
"color": "#ef8383"
},
"name_tag": {
"color": "#e06c75"
},
"name_attribute": {
"color": "#b3d23c"
},
"name_class": {
"color": "#76a9f9"
},
"name_constant": {
"color": "#b756ff",
"bold": true
},
"name_decorator": {
"color": "#e5c07b"
},
"name_exception": {
"color": "#fd7474",
"bold": true
},
"name_function": {
"color": "#00b1f7"
},
"name_other": {},
"literal": {},
"literal_number": {
"color": "#d19a66"
},
"literal_date": {},
"literal_string": {
"color": "#98c379"
},
"literal_string_escape": {
"color": "#d26464",
"bold": true
},
"generic_deleted": {},
"generic_emph": {
"italic": true
},
"generic_inserted": {
"color": "#a6e22e"
},
"generic_strong": {
"bold": true
},
"generic_subheading": {
"color": "#a2cbff"
},
"background": {
"background_color": "#282c34"
}
}
},
"table": {
"center_separator": "┼",
"column_separator": "│",
"row_separator": "─"
},
"definition_list": {},
"definition_term": {},
"definition_description": {
"block_prefix": "\n🠶 "
},
"html_block": {},
"html_span": {}
}