THEMES.md
This page showcases community-created theme collections for spotify-player. Instead of listing individual themes here, we maintain links to external repositories where you can browse and download theme collections.
$HOME/.config/spotify-player/theme.toml fileapp.toml or use the -t/--theme CLI flagT in the application to open the theme switcher popupFor more details on theme configuration, see the Configuration Documentation.
Author: @MBeggiato
Description: A comprehensive collection of 32 themes including recreations of popular music streaming services, popular terminal color schemes, retro & vintage themes, monochrome displays, atmospheric music themes, seasonal variations, and gaming-inspired designs.
Themes: 32 themes across 8 categories
Categories:
Author: @catppuccin, @elkrien
Description: 4 Catppuccin themes for spotify-player
Themes:
Do you have a theme collection you'd like to share with the community? Submit a pull request to add your repository to this list!
Submission Guidelines:
theme.toml with multiple theme definitions)Pull Request Format:
### [Your Theme Collection Name](https://github.com/yourusername/your-repo)
**Author**: [@yourusername](https://github.com/yourusername)
**Description**: A brief description of your theme collection and what it offers.
**Themes**: [Number] themes across [Number] categories
**Install**: [Installation command or instructions]
**Categories**: [Optional: List of theme categories]
If you want to create your own themes or theme collection:
examples/theme.toml for working theme definitionsscripts/theme_parse utility to convert iTerm2 or Alacritty color schemes[[themes]]
name = "Your Theme Name"
[themes.palette]
background = "#000000"
foreground = "#FFFFFF"
black = "#000000"
red = "#FF0000"
green = "#00FF00"
yellow = "#FFFF00"
blue = "#0000FF"
magenta = "#FF00FF"
cyan = "#00FFFF"
white = "#FFFFFF"
bright_black = "#808080"
bright_red = "#FF8080"
bright_green = "#80FF80"
bright_yellow = "#FFFF80"
bright_blue = "#8080FF"
bright_magenta = "#FF80FF"
bright_cyan = "#80FFFF"
bright_white = "#FFFFFF"
[themes.component_style]
# Optional: Override specific component styles
selection = { bg = "#333333" }
block_title = { fg = "#00FF00", modifiers = ["Bold"] }
Have a theme collection to share? We'd love to feature it here!