mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
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#628
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?
📋 Pull Request Information
Original PR: https://github.com/aome510/spotify-player/pull/107
Author: @aome510
Created: 1/16/2023
Status: ✅ Merged
Merged: 1/17/2023
Merged by: @aome510
Base:
master← Head:97-refactor-default-theme📝 Commits (9)
88fe659removed built-in themes and used ansi theme as the only default5057f4cremoveselection_backgroundandselection_foregroundfrom theme's palettea464a6bmakebackgroundandforegroundan optional field in theme's palette8fbef48tweak default component styles43f1282updatetheme_parsescriptee26edcupdate example config files to reflect new default theme changes8339675implementserde::defaultfor ANSI colors in theme's Palette structf1218c7addgruvbox_lighttheme to example theme config5b5eff3update configuration documentation📊 Changes
5 files changed (+263 additions, -181 deletions)
View changed files
📝
doc/config.md(+13 -12)📝
examples/app.toml(+1 -1)📝
examples/theme.toml(+118 -26)📝
scripts/theme_parse(+22 -18)📝
spotify_player/src/config/theme.rs(+109 -124)📄 Description
Resolves #97
TODO
theme_parsescripttheme.tomlandapp.tomlexamplesTheme config changes
backgroundandforegroundfields optional in a theme's palette. Default to use terminal's background/foreground colors if not specified.selection_backgroundandselection_foregroundfields from a theme's paletteplayback_progress_barcomponent style🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.