add new themable color for selected + playing track

fixes #166
This commit is contained in:
Henrik Friedrichsen
2020-04-09 23:50:56 +02:00
parent b5566351b5
commit 510f1ff6ad
4 changed files with 7 additions and 1 deletions

View File

@@ -29,6 +29,7 @@ pub struct ConfigTheme {
pub secondary: Option<String>,
pub title: Option<String>,
pub playing: Option<String>,
pub playing_selected: Option<String>,
pub playing_bg: Option<String>,
pub highlight: Option<String>,
pub highlight_bg: Option<String>,