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

Add helm faces

This commit is contained in:
Tom Willemse 2015-09-12 14:38:13 +02:00
parent db730dcab8
commit 7a6c702e54
2 changed files with 16 additions and 1 deletions

View file

@ -7,7 +7,13 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
This project adheres to [[http://semver.org][Semantic Versioning]]. 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 * [[https://github.com/ryuslash/yoshi-theme/compare/v5.13.0...v6.0.0][6.0.0]] -- 2015-08-31

View file

@ -157,6 +157,15 @@
`(gnus-summary-normal-ticked ((t (:foreground ,fgdefault :weight bold)))) `(gnus-summary-normal-ticked ((t (:foreground ,fgdefault :weight bold))))
`(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-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 ((t (:background ,bgcyan))))
`(highlight-80+ ((t (:underline (:color ,fgred :style wave) :background unspecified)))) `(highlight-80+ ((t (:underline (:color ,fgred :style wave) :background unspecified))))
`(hl-indent-face ((t (:inherit unspecified :background ,bgdim)))) `(hl-indent-face ((t (:inherit unspecified :background ,bgdim))))