branch: externals/ef-themes commit b7a8858dfa71d8a58f7706acb5e4dd020b91c8ad Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Simplify bookmark-face --- ef-themes.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ef-themes.el b/ef-themes.el index 5a7285fa08..3936551d3d 100644 --- a/ef-themes.el +++ b/ef-themes.el @@ -178,7 +178,7 @@ When called from Lisp, THEME is a symbol." `(bongo-track-title ((,c :foreground ,rainbow-1))) `(bongo-unfilled-seek-bar ((,c :background ,bg-dim))) ;;;; bookmark - `(bookmark-face ((,c :background ,bg-magenta :foreground ,fg-intense))) + `(bookmark-face ((,c :foreground ,info))) `(bookmark-menu-bookmark ((,c :inherit bold))) ;;;; calendar and diary `(calendar-month-header ((,c :inherit bold)))