Partially fix doom-visual-bell face #339

This commit is contained in:
Henrik Lissner 2020-01-05 17:28:34 -05:00
parent 90078d2dd8
commit 9c43393a04
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 2 additions and 1 deletions

View file

@ -6,6 +6,7 @@
:background (doom-darken red 0.25)
:foreground base0
:distant-foreground base0)
(doom-visual-bell :background error)
;; --- base faces -------------------------
(bold :weight 'bold :foreground (unless bold base8))

View file

@ -2,7 +2,7 @@
(require 'face-remap)
(defface doom-visual-bell '((t (:inherit error :inverse-video t)))
(defface doom-visual-bell '((t (:inherit error)))
"Face to use for the mode-line when `doom-themes-visual-bell-config' is used."
:group 'doom-themes)