aboutsummaryrefslogtreecommitdiff
path: root/ef-themes.el
diff options
context:
space:
mode:
Diffstat (limited to 'ef-themes.el')
-rw-r--r--ef-themes.el9
1 files changed, 8 insertions, 1 deletions
diff --git a/ef-themes.el b/ef-themes.el
index 067638f..645d530 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -5,7 +5,7 @@
;; Author: Protesilaos Stavrou <info@protesilaos.com>
;; Maintainer: Protesilaos Stavrou <info@protesilaos.com>
;; URL: https://github.com/protesilaos/ef-themes
-;; Version: 2.0.0
+;; Version: 2.0.1
;; Package-Requires: ((emacs "28.1") (modus-themes "5.0.0"))
;; Keywords: faces, theme, accessibility
@@ -199,6 +199,13 @@ and Modus into a single group, enable `modus-themes-include-derivatives-mode'."
(bg-active-value bg-info)
(fg-active-value info)
+ (bg-mark-delete bg-err)
+ (fg-mark-delete err)
+ (bg-mark-select bg-info)
+ (fg-mark-select info)
+ (bg-mark-other bg-warning)
+ (fg-mark-other warning)
+
(fg-completion-match-0 accent-0)
(fg-completion-match-1 accent-1)
(fg-completion-match-2 accent-2)