aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2015-09-25 14:00:15 +0200
committerGravatar Tom Willemse2015-09-25 14:00:15 +0200
commit191f0518be2beb2718d50550d893d85d2f3cae12 (patch)
treeac73fcd300f383239ea1cc8717e05c910a35423b
parent88281788750fb5efb02b34e4de128c5c0bba47c5 (diff)
downloadyoshi-theme-191f0518be2beb2718d50550d893d85d2f3cae12.tar.gz
yoshi-theme-191f0518be2beb2718d50550d893d85d2f3cae12.zip
Unbolden helm-buffer-directory
-rw-r--r--yoshi-theme.el2
1 files changed, 1 insertions, 1 deletions
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))))