spotify-config.toml 401 B

12345678910111213141516171819
  1. [theme]
  2. background = "black"
  3. primary = "light white"
  4. secondary = "light black"
  5. title = "green"
  6. playing = "green"
  7. playing_selected = "light green"
  8. playing_bg = "black"
  9. highlight = "light white"
  10. highlight_bg = "#484848"
  11. error = "light white"
  12. error_bg = "red"
  13. statusbar = "black"
  14. statusbar_progress = "green"
  15. statusbar_bg = "green"
  16. cmdline = "light white"
  17. cmdline_bg = "black"
  18. search_match = "light red"