diff options
| author | 2015-09-25 14:00:15 +0200 | |
|---|---|---|
| committer | 2015-09-25 14:00:15 +0200 | |
| commit | 191f0518be2beb2718d50550d893d85d2f3cae12 (patch) | |
| tree | ac73fcd300f383239ea1cc8717e05c910a35423b | |
| parent | 88281788750fb5efb02b34e4de128c5c0bba47c5 (diff) | |
| download | yoshi-theme-191f0518be2beb2718d50550d893d85d2f3cae12.tar.gz yoshi-theme-191f0518be2beb2718d50550d893d85d2f3cae12.zip | |
Unbolden helm-buffer-directory
| -rw-r--r-- | yoshi-theme.el | 2 |
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)))) |
