We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v0.10.4
Linux 6.13.4-arch1-1
The spotify_player extra theme cannot be loaded by the application, because it contains a value that cannot be parsed for "white"
tokyonight.nvim/extras/spotify_player/tokyonight_day.toml
Line 13 in 057ef5d
~/.config/spotify-player
~/.config/spotify-player/app.toml
theme = "TokyoNight"
spotify_player
Error: TOML parse error at line 12, column 9 | 12 | white = "${white}" | ^^^^^^^^^^ invalid color ${white}: Failed to parse Colors
spotify_player start up with the colors of TokyoNight active
The text was updated successfully, but these errors were encountered:
I don't use that extra. PRS welcome
Sorry, something went wrong.
fix(extra spotify_player): Use terminal.white for white
0721328
Fixes folke#689
Successfully merging a pull request may close this issue.
Did you check docs and existing issues?
Neovim version (nvim -v)
v0.10.4
Operating system/version
Linux 6.13.4-arch1-1
Describe the bug
The spotify_player extra theme cannot be loaded by the application, because it contains a value that cannot be parsed for "white"
tokyonight.nvim/extras/spotify_player/tokyonight_day.toml
Line 13 in 057ef5d
Steps To Reproduce
~/.config/spotify-player
directory~/.config/spotify-player/app.toml
to have:theme = "TokyoNight"
spotify_player
Expected Behavior
spotify_player start up with the colors of TokyoNight active
Repro
The text was updated successfully, but these errors were encountered: