mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[GH-ISSUE #117] Default theme.toml throws error. #984
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#984
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Foxtrod89 on GitHub (Jan 31, 2023).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/117
Describe the bug
Default UI looks horrible, wasn't able to navigate through menu so I decided to plug theme.toml to play around with
To Reproduce
I catch this behavior by creating default theme.toml
Expected behavior
Spotify player will run
Log and backtrace
Screenshots

Default settings give me this look
Environment
spotify-playercargo install spotify_player --features image --locked
Additional context
@aome510 commented on GitHub (Jan 31, 2023):
I guess you're referring to
theme.tomlin theexamplesfolder. Recently, I made some changes to thethemestructure, so you can look into this instead.The default theme shouldn't give such a look. Can you try running the app using different terminal (e.g kitty, iterm2) instead of the default terminal of MacOS? My initial guess is that it is because colors are not well supported by your terminal.
@Foxtrod89 commented on GitHub (Jan 31, 2023):
Problem solved by switching off ANSI colors but everything turned black/white now
@aome510 commented on GitHub (Jan 31, 2023):
Related: https://github.com/aome510/spotify-player/issues/97. I think it will get better with the new upcoming release, in which I switched to use terminal default colors instead of defining custom themes.
You can try the latest build of
masterbranch. In the meantime, I'll close this issue for now. Feel free to reopen if encountering related issues.