What am I doing wrong with themes? #799
Unanswered
jonathanthomas83
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi I'm new so excuse me...being new! :-)
I’ve run into a persistent issue on macOS when trying to apply a custom JSON style (specifically Tokyo Night) via either the
GLOW_STYLE
environment variable or thestyle:
field in~/.config/glow/glow.yml
.🧪 What I tried
✅ Confirmed the style file exists:
ls -l ~/.config/glow/styles/tokyo-night.json
✅ Clean config:
and
✅ Set absolute path (not using
~
)✅ Verified that
echo $GLOW_STYLE
returns the correct absolute path.✅ Ran
glow
like this:and
🔍 The Problem
glow
launches and enters TUI mode"auto"
in the config, everything works againEDIT: I also just noticed that v2 introduced
glow -s "tokyo-night"
but that doesn't work for me either.💡 Summary
style:
field can be a path), but don’t function reliably on macOS — even when set via$GLOW_STYLE
🙏 Question
Is support for custom JSON styles in
glow
TUI mode currently functional on macOS (15.4.1)? Or is this a known limitation/bug?Happy to help test a fix or raise a formal issue if that’s preferred.
Thanks for your work on this awesome tool — really loving it otherwise!
Beta Was this translation helpful? Give feedback.
All reactions