1
0
Fork 0
mirror of https://git.sr.ht/~ryuslash/yoshi-theme synced 2025-01-31 11:25:51 +01:00

Unbolden helm-buffer-directory

This commit is contained in:
Tom Willemse 2015-09-25 14:00:15 +02:00
parent 8828178875
commit 191f0518be

View file

@ -160,7 +160,7 @@
`(gnus-summary-normal-unread ((t (:foreground ,fgdefault)))) `(gnus-summary-normal-unread ((t (:foreground ,fgdefault))))
`(gnus-summary-selected ((t (:background ,bgblue :weight bold)))) `(gnus-summary-selected ((t (:background ,bgblue :weight bold))))
`(helm-M-x-key ((t (:underline unspecified :foreground ,fgpink :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-file ((t (:inherit default))))
`(helm-buffer-not-saved ((t (:foreground ,fgcyan)))) `(helm-buffer-not-saved ((t (:foreground ,fgcyan))))
`(helm-buffer-process ((t (:foreground ,fggreen)))) `(helm-buffer-process ((t (:foreground ,fggreen))))