Fix #3732: hard-to-see flycheck indicators
A temporary measure until I've sorted out custom faces for this module. It solves difficult-to-see icons in the flycheck segment on some themes (e.g. doom-molokai).
This commit is contained in:
parent
6cf5d72ff6
commit
809eae331f
1 changed files with 2 additions and 2 deletions
|
@ -400,9 +400,9 @@ Requires `anzu', also `evil-anzu' if using `evil-mode' for compatibility with
|
||||||
warning
|
warning
|
||||||
info))))
|
info))))
|
||||||
(+modeline-format-icon "check" "" 'success)))
|
(+modeline-format-icon "check" "" 'success)))
|
||||||
(`running (+modeline-format-icon "access_time" "*" 'font-lock-comment-face "Running..."))
|
(`running (+modeline-format-icon "access_time" "*" 'mode-line-inactive "Running..."))
|
||||||
(`errored (+modeline-format-icon "sim_card_alert" "!" 'error "Errored!"))
|
(`errored (+modeline-format-icon "sim_card_alert" "!" 'error "Errored!"))
|
||||||
(`interrupted (+modeline-format-icon "pause" "!" 'font-lock-comment-face "Interrupted"))
|
(`interrupted (+modeline-format-icon "pause" "!" 'mode-line-inactive "Interrupted"))
|
||||||
(`suspicious (+modeline-format-icon "priority_high" "!" 'error "Suspicious"))))))
|
(`suspicious (+modeline-format-icon "priority_high" "!" 'error "Suspicious"))))))
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue