From 6cabcd654c9a0c0f51acf4db95057ba56dd599d8 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Tue, 29 Dec 2015 23:38:54 -0500 Subject: [PATCH] narf-dark-theme: remove bold on mode-line faces --- private/themes/narf/narf-dark-theme.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/private/themes/narf/narf-dark-theme.el b/private/themes/narf/narf-dark-theme.el index cedf585a5..7717d12e3 100644 --- a/private/themes/narf/narf-dark-theme.el +++ b/private/themes/narf/narf-dark-theme.el @@ -173,8 +173,8 @@ `(powerline-active2 ((,c (:foreground ,modeline-fg-3 :background ,modeline-bg-3)))) `(powerline-inactive1 ((,c (:foreground ,modeline-fg-inactive :background ,modeline-bg-inactive)))) `(powerline-inactive2 ((,c (:foreground ,modeline-fg-inactive :background ,modeline-bg-inactive)))) - `(spaceline-highlight-face ((,c (:foreground ,black :background ,highlight :bold ,bold)))) - `(mode-line-count-face ((,c (:foreground ,black :background ,magenta :bold ,bold)))) + `(spaceline-highlight-face ((,c (:foreground ,black :background ,highlight)))) + `(mode-line-count-face ((,c (:foreground ,black :background ,magenta)))) ;; Search `(isearch ((,c (:foreground ,search-fg :background ,search-bg))))