mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 01:15:55 +03:00
[GH-ISSUE #177] Example of using Rgb in theme? #87
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#87
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 @Diaoul on GitHub (Apr 2, 2023).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/177
Describe the bug
I cannot get the right TOML to have the RGB struct unpack the actual value I'd like to use.
To Reproduce
Expected behavior
I can specify the RGB code in that format, or even better, use the hex code
Environment
@aome510 commented on GitHub (Apr 2, 2023):
The format is:
fg = { Rgb { r = ..., g = ..., b = ... } }. Reference: https://github.com/aome510/spotify-player/blob/master/docs/config.md#component-styles@Diaoul commented on GitHub (Apr 3, 2023):
Ah! Sorry I missed that 🤦 Weird it did not come up in the GitHub search 🤔
Might be worth putting in the examples file for future guys like me