branch: externals/standard-themes commit 78c561c29134a0c980daceb1df0cec921eaf0200 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Use correct style for bongo-marked-track --- standard-themes.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standard-themes.el b/standard-themes.el index 17d4ad8a91..ab404cbde2 100644 --- a/standard-themes.el +++ b/standard-themes.el @@ -892,7 +892,7 @@ Helper function for `standard-themes-preview-colors'." `(bongo-currently-playing-track ((,c :inherit bold))) `(bongo-elapsed-track-part ((,c :background ,bg-alt :underline t))) `(bongo-filled-seek-bar ((,c :background ,bg-hover))) - `(bongo-marked-track ((,c :inherit standard-themes-mark-other))) + `(bongo-marked-track ((,c :inherit standard-themes-mark-select))) `(bongo-marked-track-line ((,c :background ,bg-dim))) `(bongo-played-track ((,c :inherit shadow :strike-through t))) `(bongo-track-length ((,c :inherit shadow)))