aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2015-09-12 14:38:13 +0200
committerGravatar Tom Willemse2015-09-12 14:38:13 +0200
commit7a6c702e54cb5d320eab7366a4995bdd108f1a1a (patch)
tree4c4b9e6fdd7f594237933bba3dc1be1a177caba9
parentdb730dcab8a10343342de280f26503a41a5f1ef2 (diff)
downloadyoshi-theme-7a6c702e54cb5d320eab7366a4995bdd108f1a1a.tar.gz
yoshi-theme-7a6c702e54cb5d320eab7366a4995bdd108f1a1a.zip
Add helm faces
-rw-r--r--CHANGELOG.org8
-rw-r--r--yoshi-theme.el9
2 files changed, 16 insertions, 1 deletions
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))))