From 8cff2e5580885c298069d0ecc9dc760e68ecb58f Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 16 Jan 2015 15:25:58 -0500 Subject: [PATCH] Add evil-snipe faces to theme --- themes/brin-theme.el | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/themes/brin-theme.el b/themes/brin-theme.el index f4e7efaa4..f3e325cd7 100644 --- a/themes/brin-theme.el +++ b/themes/brin-theme.el @@ -74,11 +74,13 @@ `(mode-line ((t (:foreground ,white :background ,gutters-active - :box (:line-width 3 :color ,gutters-active) )))) + :box (:line-width 3 :color ,gutters-active) + )))) `(mode-line-inactive ((t (:foreground ,gutter-fg :background ,background - :box (:line-width 3 :color ,gutters) )))) + :box (:line-width 3 :color ,gutters) + )))) `(mode-line-modified-face ((t (:foreground ,builtin)))) @@ -128,10 +130,12 @@ `(persp-selected-face ((t (:foreground ,builtin)))) - `(org-level-1 ((t (:inherit outline-1 :bold t :foreground ,git-added)))) `(org-level-2 ((t (:inherit outline-2 :bold t :foreground ,variables)))) + `(evil-snipe-first-match-face ((t (:background "orange" :foreground "black" :underline nil)))) + `(evil-snipe-matches-face ((t (:foreground "orange" :background "gray20" :underline t)))) + ))