glamour
glamour copied to clipboard
dracula theme does not load correctly
Describe the bug When loading the dracula theme, the style doesn't match the gallery from the repo. All the headings are green and all other text is washed out gray
Setup Please complete the following information along with version numbers, if applicable.
- macOS 14.4.1
- zsh
- native terminal
Note: UTF-8 is being used
To Reproduce I tried various ways to get this to work, but with not success.
Test 1
- run
glow config
- change style variable to
"dracula"
- save changes, exit, then open a file in glow
Note: The steps below worked for the notty and pink themes
Test 2
- run
glow -s dracula
- open a file
Test 3
- download dracula.json from the charmbracelet/glamour repo:
curl -o ~/.glow/dracula.json https://raw.githubusercontent.com/charmbracelet/glamour/master/styles/dracula.json
- run
glow config
- change style variable to
"~/.glow/dracula.json"
- save changes, exit, then open a file in glow
Source Code dracula.json
Expected behavior I expected the file to appear as show in the glamour gallery
Screenshots
My result
Glamour Gallery