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-frost-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-frost-theme.el')
| -rw-r--r-- | ef-frost-theme.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ef-frost-theme.el b/ef-frost-theme.el index 64b5461..2e5b777 100644 --- a/ef-frost-theme.el +++ b/ef-frost-theme.el @@ -176,7 +176,7 @@ (name cyan-warmer) (keybind blue-cooler) (identifier magenta-faint) - (prompt blue) + (prompt cyan) ;;;; Code mappings |
