1
0
Fork 0
mirror of https://git.sr.ht/~ryuslash/yoshi-theme synced 2025-01-31 03:15:52 +01:00

Add some more helm faces

This commit is contained in:
Tom Willemse 2015-09-25 14:00:05 +02:00
parent e5c35cedca
commit 8828178875
2 changed files with 9 additions and 2 deletions

View file

@ -12,8 +12,9 @@ This project adheres to [[http://semver.org][Semantic Versioning]].
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=.
=helm-buffer-size=, =helm-match=, =helm-selection=, =helm-source-header=,
=helm-ff-directory=, =helm-ff-dotted-directory=, =helm-ff-executable=,
=helm-ff-file=, =helm-ff-invalid-symlink=, =helm-ff-symlink=.
** ADDED Some circe faces

View file

@ -165,6 +165,12 @@
`(helm-buffer-not-saved ((t (:foreground ,fgcyan))))
`(helm-buffer-process ((t (:foreground ,fggreen))))
`(helm-buffer-size ((t (:foreground ,fgorange))))
`(helm-ff-directory ((t (:foreground ,fgblue :background unspecified))))
`(helm-ff-dotted-directory ((t (:foreground unspecified :background unspecified :inherit helm-ff-directory))))
`(helm-ff-executable ((t (:foreground ,fggreen))))
`(helm-ff-file ((t (:inherit default))))
`(helm-ff-invalid-symlink ((t (:foreground ,fgred :background unspecified))))
`(helm-ff-symlink ((t (:foreground ,fgcyan))))
`(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))))