diff options
| author | Protesilaos Stavrou <info@protesilaos.com> | 2023-07-07 10:18:59 +0300 |
|---|---|---|
| committer | Protesilaos Stavrou <info@protesilaos.com> | 2023-07-07 10:18:59 +0300 |
| commit | 48dc905d4b8eebbdd8a928898c9dc56ee5216965 (patch) | |
| tree | 473c4ea990c1befcd6c7b8f84d753536bdb8539a /ef-deuteranopia-dark-theme.el | |
| parent | 9a64221f797c8cc5cefb0bd732612d08f2b321a0 (diff) | |
Revise the 'prompt' value to avoid conflict with 'keybind'
We do not want the prompt to ever look the same as keybindings. This
can happen in various minibuffer prompts, such as the case reported by
Steve Molinor in issue 24 on the GitHub mirror:
<https://github.com/protesilaos/ef-themes/issues/24>.
Diffstat (limited to 'ef-deuteranopia-dark-theme.el')
| -rw-r--r-- | ef-deuteranopia-dark-theme.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ef-deuteranopia-dark-theme.el b/ef-deuteranopia-dark-theme.el index c09ceb2..93a1295 100644 --- a/ef-deuteranopia-dark-theme.el +++ b/ef-deuteranopia-dark-theme.el @@ -179,7 +179,7 @@ (name blue-warmer) (keybind yellow-warmer) (identifier cyan-faint) - (prompt yellow) + (prompt blue-cooler) ;;;; Code mappings |
