diff options
| author | Protesilaos Stavrou <info@protesilaos.com> | 2025-11-13 11:30:21 +0200 |
|---|---|---|
| committer | Protesilaos Stavrou <info@protesilaos.com> | 2025-11-13 11:30:41 +0200 |
| commit | 42d202b6a92841d075b0dd4008a2e94eb2f51764 (patch) | |
| tree | b4cc55580cb812b1fb484af95e088750ca80df1b /ef-themes.el | |
| parent | 8ec9692b4910b28d3f44654660fc56b6f7d74251 (diff) | |
Fix all prompt and mark mappings2.0.1
Diffstat (limited to 'ef-themes.el')
| -rw-r--r-- | ef-themes.el | 9 |
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) |
