1
0
Fork 0

change glow style and zk preview

This commit is contained in:
Luca Bilke 2024-02-01 10:03:07 +01:00
parent a676a1dd5e
commit a42b402162
2 changed files with 10 additions and 2 deletions

View file

@ -21,35 +21,40 @@
},
"h1": {
"prefix": "▋ ",
"block_suffix": "\n",
"color": "#89ddff",
"bold": true,
"block_suffix": "\n"
"bold": true
},
"h2": {
"prefix": "▌ ",
"block_suffix": "\n",
"color": "#61bdf2",
"bold": true
},
"h3": {
"prefix": "┃ ",
"block_suffix": "\n",
"color": "#82aaff",
"bold": true
},
"h4": {
"prefix": "│ ",
"block_suffix": "\n",
"color": "#6d91de",
"bold": true
},
"h5": {
"prefix": "┆ ",
"block_suffix": "\n",
"color": "#9aa5ce",
"bold": true
},
"h6": {
"prefix": "┊ ",
"block_suffix": "\n",
"color": "#61bdf2"
},
"text": {

View file

@ -5,3 +5,6 @@ dir = "~/Documents/wiki"
language = "en"
filename = "{{slug title}}-{{id}}"
extension = "md"
[tool]
fzf-preview = "glow -s '$XDG_CONFIG_HOME/glow/style.json' {-1}"