change glow style and zk preview
This commit is contained in:
parent
a676a1dd5e
commit
a42b402162
2 changed files with 10 additions and 2 deletions
|
@ -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": {
|
||||
|
|
|
@ -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}"
|
||||
|
|
Loading…
Add table
Reference in a new issue