branch: externals/ef-themes commit 02e87e8692ff6a29cc1ea0c806bb6dc33fd2c5b2 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Revise bongo-marked-track to look like Dired mark --- ef-themes.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ef-themes.el b/ef-themes.el index 89aa7bd6bd..1df8cb2bc6 100644 --- a/ef-themes.el +++ b/ef-themes.el @@ -562,7 +562,7 @@ Helper function for `ef-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 warning :background ,bg-dim))) + `(bongo-marked-track ((,c :inherit success :background ,bg-info))) `(bongo-marked-track-line ((,c :background ,bg-dim))) `(bongo-played-track ((,c :strike-through t))) `(bongo-track-length ((,c :inherit shadow)))