You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# style name or JSON path (default "auto")style: "~/.config/glow/styles/tokyo-night.json"# mouse support (TUI-mode only)mouse: true# use pager to display markdownpager: false# word-wrap at widthwidth: 120# show all files, including hidden and ignored.all: true
2. The following error is produced:
Error: unable to create renderer: glamour: error reading file: open
~/.config/glow/styles/tokyo-night.json: no such file or directory
3. The file does indeed exist. We can confirm by running the following:
p $'```ps1\nfunction ConvertFrom-Json {}\n```'| glow -s ~/.config/glow/styles/tokyo-night.json
Description
glow.yml:Error: unable to create renderer: glamour: error reading file: open ~/.config/glow/styles/tokyo-night.json: no such file or directoryVersion
No response
Environment
No response