diff --git a/CHANGELOG.org b/CHANGELOG.org index ec32bb3..01df7e9 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -7,7 +7,13 @@ All notable changes to this project will be documented in this file. This project adheres to [[http://semver.org][Semantic Versioning]]. -* COMMENT [[https://github.com/ryuslash/yoshi-theme/compare/v6.0.0...HEAD][Unreleased]] +* [[https://github.com/ryuslash/yoshi-theme/compare/v6.0.0...HEAD][Unreleased]] +** ADDED Some helm faces + + Add the helm faces: =helm-M-x-key=, =helm-buffer-directory=, + =helm-buffer-file=, =helm-buffer-not-saved=, =helm-buffer-process=, + =helm-buffer-size=, =helm-match=, =helm-selection= and + =helm-source-header=. * [[https://github.com/ryuslash/yoshi-theme/compare/v5.13.0...v6.0.0][6.0.0]] -- 2015-08-31 diff --git a/yoshi-theme.el b/yoshi-theme.el index 0bc7db9..282a32c 100644 --- a/yoshi-theme.el +++ b/yoshi-theme.el @@ -157,6 +157,15 @@ `(gnus-summary-normal-ticked ((t (:foreground ,fgdefault :weight bold)))) `(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-file ((t (:inherit default)))) + `(helm-buffer-not-saved ((t (:foreground ,fgcyan)))) + `(helm-buffer-process ((t (:foreground ,fggreen)))) + `(helm-buffer-size ((t (:foreground ,fgorange)))) + `(helm-match ((t (:foreground ,fgbright :weight bold)))) + `(helm-selection ((t (:distant-foreground unspecified :background ,bgblue)))) + `(helm-source-header ((t (:font-family unspecified :height 1.1 :weight bold :foreground ,fgturquoise :background unspecified)))) `(highlight ((t (:background ,bgcyan)))) `(highlight-80+ ((t (:underline (:color ,fgred :style wave) :background unspecified)))) `(hl-indent-face ((t (:inherit unspecified :background ,bgdim))))