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

Add some package.el faces

This commit is contained in:
Tom Willemse 2016-06-08 23:23:53 +02:00
parent 2f05c448aa
commit 660b9368f4
2 changed files with 12 additions and 0 deletions

View file

@ -11,6 +11,12 @@ This project adheres to [[http://semver.org][Semantic Versioning]].
* [[https://github.com/ryuslash/yoshi-theme/compare/v6.1.0...HEAD][Unreleased]]
** ADDED Colors for modes using ansi-color.el, such as Eshell
** ADDED Some package faces
Add the package faces: =package-status-avail-obso=,
=package-status-available=, =package-status-dependency=,
=package-status-installed=.
** CHANGED the color of high-scoring unread mails in gnus
** CHANGED the color of normal ticked mails in gnus

View file

@ -372,6 +372,12 @@
`(outline-7 ((t (:inherit org-level-7))))
`(outline-8 ((t (:inherit org-level-8))))
;;; Package
`(package-status-avail-obso ((t (:foreground ,bggreen))))
`(package-status-available ((t (:foreground ,fggreen))))
`(package-status-dependency ((t (:foreground ,fgdim))))
`(package-status-installed ((t (:foreground ,fgdefault))))
;;; Pretty-print ^L highlight
`(pp^L-highlight ((t (:box unspecified :foreground ,fgbright))))