lnk: added glow
parent
98f5f44a99
commit
1839e4f146
|
|
@ -0,0 +1,9 @@
|
|||
# style name or JSON path (default "auto")
|
||||
# style: "/home/bryan/.config/glow/tokyo.json"
|
||||
style: "auto"
|
||||
# mouse support (TUI-mode only)
|
||||
mouse: false
|
||||
# use pager to display markdown
|
||||
pager: false
|
||||
# word-wrap at width
|
||||
width: 80
|
||||
|
|
@ -0,0 +1,182 @@
|
|||
{
|
||||
"document": {
|
||||
"block_prefix": "\n",
|
||||
"block_suffix": "\n",
|
||||
"color": "#a9b1d6",
|
||||
"margin": 2
|
||||
},
|
||||
"block_quote": {
|
||||
"indent": 1,
|
||||
"indent_token": "│ "
|
||||
},
|
||||
"paragraph": {},
|
||||
"list": {
|
||||
"color": "#a9b1d6",
|
||||
"level_indent": 2
|
||||
},
|
||||
"heading": {
|
||||
"block_suffix": "\n",
|
||||
"color": "#bb9af7",
|
||||
"bold": true
|
||||
},
|
||||
"h1": {
|
||||
"prefix": "# ",
|
||||
"bold": true
|
||||
},
|
||||
"h2": {
|
||||
"prefix": "## "
|
||||
},
|
||||
"h3": {
|
||||
"prefix": "### "
|
||||
},
|
||||
"h4": {
|
||||
"prefix": "#### "
|
||||
},
|
||||
"h5": {
|
||||
"prefix": "##### "
|
||||
},
|
||||
"h6": {
|
||||
"prefix": "###### "
|
||||
},
|
||||
"text": {},
|
||||
"strikethrough": {
|
||||
"crossed_out": true
|
||||
},
|
||||
"emph": {
|
||||
"italic": true
|
||||
},
|
||||
"strong": {
|
||||
"bold": true
|
||||
},
|
||||
"hr": {
|
||||
"color": "#565f89",
|
||||
"format": "\n--------\n"
|
||||
},
|
||||
"item": {
|
||||
"block_prefix": "• "
|
||||
},
|
||||
"enumeration": {
|
||||
"block_prefix": ". ",
|
||||
"color": "#7aa2f7"
|
||||
},
|
||||
"task": {
|
||||
"ticked": "[✓] ",
|
||||
"unticked": "[ ] "
|
||||
},
|
||||
"link": {
|
||||
"color": "#7aa2f7",
|
||||
"underline": true
|
||||
},
|
||||
"link_text": {
|
||||
"color": "#2ac3de"
|
||||
},
|
||||
"image": {
|
||||
"color": "#7aa2f7",
|
||||
"underline": true
|
||||
},
|
||||
"image_text": {
|
||||
"color": "#2ac3de",
|
||||
"format": "Image: {{.text}} →"
|
||||
},
|
||||
"code": {
|
||||
"color": "#9ece6a"
|
||||
},
|
||||
"code_block": {
|
||||
"color": "#ff9e64",
|
||||
"margin": 2,
|
||||
"chroma": {
|
||||
"text": {
|
||||
"color": "#a9b1d6"
|
||||
},
|
||||
"error": {
|
||||
"color": "#a9b1d6",
|
||||
"background_color": "#f7768e"
|
||||
},
|
||||
"comment": {
|
||||
"color": "#565f89"
|
||||
},
|
||||
"comment_preproc": {
|
||||
"color": "#2ac3de"
|
||||
},
|
||||
"keyword": {
|
||||
"color": "#2ac3de"
|
||||
},
|
||||
"keyword_reserved": {
|
||||
"color": "#2ac3de"
|
||||
},
|
||||
"keyword_namespace": {
|
||||
"color": "#2ac3de"
|
||||
},
|
||||
"keyword_type": {
|
||||
"color": "#7aa2f7"
|
||||
},
|
||||
"operator": {
|
||||
"color": "#2ac3de"
|
||||
},
|
||||
"punctuation": {
|
||||
"color": "#a9b1d6"
|
||||
},
|
||||
"name": {
|
||||
"color": "#7aa2f7"
|
||||
},
|
||||
"name_builtin": {
|
||||
"color": "#7aa2f7"
|
||||
},
|
||||
"name_tag": {
|
||||
"color": "#2ac3de"
|
||||
},
|
||||
"name_attribute": {
|
||||
"color": "#9ece6a"
|
||||
},
|
||||
"name_class": {
|
||||
"color": "#7aa2f7"
|
||||
},
|
||||
"name_constant": {
|
||||
"color": "#bb9af7"
|
||||
},
|
||||
"name_decorator": {
|
||||
"color": "#9ece6a"
|
||||
},
|
||||
"name_exception": {},
|
||||
"name_function": {
|
||||
"color": "#9ece6a"
|
||||
},
|
||||
"name_other": {},
|
||||
"literal": {},
|
||||
"literal_number": {},
|
||||
"literal_date": {},
|
||||
"literal_string": {
|
||||
"color": "#e0af68"
|
||||
},
|
||||
"literal_string_escape": {
|
||||
"color": "#2ac3de"
|
||||
},
|
||||
"generic_deleted": {
|
||||
"color": "#f7768e"
|
||||
},
|
||||
"generic_emph": {
|
||||
"italic": true
|
||||
},
|
||||
"generic_inserted": {
|
||||
"color": "#9ece6a"
|
||||
},
|
||||
"generic_strong": {
|
||||
"bold": true
|
||||
},
|
||||
"generic_subheading": {
|
||||
"color": "#bb9af7"
|
||||
},
|
||||
"background": {
|
||||
"background_color": "#1a1b26"
|
||||
}
|
||||
}
|
||||
},
|
||||
"table": {},
|
||||
"definition_list": {},
|
||||
"definition_term": {},
|
||||
"definition_description": {
|
||||
"block_prefix": "\n🠶 "
|
||||
},
|
||||
"html_block": {},
|
||||
"html_span": {}
|
||||
}
|
||||
Loading…
Reference in New Issue