From 191f0518be2beb2718d50550d893d85d2f3cae12 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Fri, 25 Sep 2015 14:00:15 +0200 Subject: [PATCH] Unbolden helm-buffer-directory --- yoshi-theme.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yoshi-theme.el b/yoshi-theme.el index 39ecfa4..1974d5d 100644 --- a/yoshi-theme.el +++ b/yoshi-theme.el @@ -160,7 +160,7 @@ `(gnus-summary-normal-unread ((t (:foreground ,fgdefault)))) `(gnus-summary-selected ((t (:background ,bgblue :weight bold)))) `(helm-M-x-key ((t (:underline unspecified :foreground ,fgpink :weight bold)))) - `(helm-buffer-directory ((t (:background unspecified :foreground ,fgblue :weight bold)))) + `(helm-buffer-directory ((t (:background unspecified :foreground ,fgblue)))) `(helm-buffer-file ((t (:inherit default)))) `(helm-buffer-not-saved ((t (:foreground ,fgcyan)))) `(helm-buffer-process ((t (:foreground ,fggreen))))