mirror of
https://git.sr.ht/~ryuslash/yoshi-theme
synced 2025-01-31 11:25:51 +01:00
Add some more helm faces
This commit is contained in:
parent
e5c35cedca
commit
8828178875
2 changed files with 9 additions and 2 deletions
|
@ -12,8 +12,9 @@ This project adheres to [[http://semver.org][Semantic Versioning]].
|
||||||
|
|
||||||
Add the helm faces: =helm-M-x-key=, =helm-buffer-directory=,
|
Add the helm faces: =helm-M-x-key=, =helm-buffer-directory=,
|
||||||
=helm-buffer-file=, =helm-buffer-not-saved=, =helm-buffer-process=,
|
=helm-buffer-file=, =helm-buffer-not-saved=, =helm-buffer-process=,
|
||||||
=helm-buffer-size=, =helm-match=, =helm-selection= and
|
=helm-buffer-size=, =helm-match=, =helm-selection=, =helm-source-header=,
|
||||||
=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
|
** ADDED Some circe faces
|
||||||
|
|
||||||
|
|
|
@ -165,6 +165,12 @@
|
||||||
`(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))))
|
||||||
`(helm-buffer-size ((t (:foreground ,fgorange))))
|
`(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-match ((t (:foreground ,fgbright :weight bold))))
|
||||||
`(helm-selection ((t (:distant-foreground unspecified :background ,bgblue))))
|
`(helm-selection ((t (:distant-foreground unspecified :background ,bgblue))))
|
||||||
`(helm-source-header ((t (:font-family unspecified :height 1.1 :weight bold :foreground ,fgturquoise :background unspecified))))
|
`(helm-source-header ((t (:font-family unspecified :height 1.1 :weight bold :foreground ,fgturquoise :background unspecified))))
|
||||||
|
|
Loading…
Reference in a new issue