Ensure minibuffer-prompt is >= 7:1 contrast

The previous setting would fail the test in contexts where the
background value was not the main background, such as with
`ivy-posframe'.
This commit is contained in:
Protesilaos Stavrou 2019-12-23 20:38:24 +02:00
parent 9c14e77524
commit ce0d84da72
No known key found for this signature in database
GPG Key ID: 99BD6459CD5CA3EA
2 changed files with 2 additions and 2 deletions

View File

@ -256,7 +256,7 @@ between foreground and background is >= 7:1)."
`(no-emoji ((,class (:foreground ,fg-special-mild :weight bold))))
`(nobreak-hyphen ((,class (:inherit modus-theme-refine-cyan))))
`(nobreak-space ((,class (:inherit modus-theme-refine-cyan :underline t))))
`(minibuffer-prompt ((,class (:foreground ,cyan-intense))))
`(minibuffer-prompt ((,class (:foreground ,cyan))))
`(mm-command-output ((,class (:foreground ,red-alt-other))))
`(mm-uu-extract ((,class (:inherit modus-theme-refine-yellow))))
`(next-error ((,class (:inherit modus-theme-subtle-red))))

View File

@ -256,7 +256,7 @@ between foreground and background is >= 7:1)."
`(no-emoji ((,class (:foreground ,fg-special-mild :weight bold))))
`(nobreak-hyphen ((,class (:inherit modus-theme-refine-cyan))))
`(nobreak-space ((,class (:inherit modus-theme-refine-cyan :underline t))))
`(minibuffer-prompt ((,class (:foreground ,cyan-intense))))
`(minibuffer-prompt ((,class (:foreground ,cyan))))
`(mm-command-output ((,class (:foreground ,red-alt-other))))
`(mm-uu-extract ((,class (:inherit modus-theme-refine-yellow))))
`(next-error ((,class (:inherit modus-theme-subtle-red))))