Skip to content

Commit

Permalink
Make swiper match clearer.
Browse files Browse the repository at this point in the history
  • Loading branch information
seagle0128 committed Aug 20, 2019
1 parent a4d59b4 commit 1657063
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lisp/init-ui.el
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@
;; FIXME: @see https://github.com/hlissner/emacs-doom-themes/issues/317.
(set-face-foreground 'mode-line (face-foreground 'default))

;; Make swiper match clearer
(with-eval-after-load 'swiper
(set-face-background 'swiper-background-match-face-1 "SlateGray1"))

;; Enable flashing mode-line on errors
(doom-themes-visual-bell-config)
(set-face-attribute 'doom-visual-bell nil
Expand Down

0 comments on commit 1657063

Please sign in to comment.