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

Change ‘package-status-avail-obso’ face

This commit is contained in:
Tom Willemse 2023-08-01 00:28:50 -07:00
parent 6cd544105e
commit 2e1b6281cf
2 changed files with 5 additions and 1 deletions

View file

@ -82,6 +82,10 @@ Add the =notmuch-message-summary-face=.
=diff-refine-change= doesn't exist, it's =diff-refine-changed=.
** CHANGED Background color of package status avail obso face
Change background color of =package-status-avail-obso=. Gray seems more appropriate than green, although I'm not sure what this face is for anymore.
* [[https://github.com/ryuslash/yoshi-theme/compare/v6.1.0...v6.2.0][6.2.0]] -- 2019-05-05
:PROPERTIES:
:CUSTOM_ID: release-6.2.0

View file

@ -460,7 +460,7 @@
`(outline-8 ((t (:inherit org-level-8))))
;; Package
`(package-status-avail-obso ((t (:foreground ,bggreen))))
`(package-status-avail-obso ((t (:foreground ,yoshi-5))))
`(package-status-available ((t (:foreground ,fggreen))))
`(package-status-dependency ((t (:foreground ,yoshi-4))))
`(package-status-installed ((t (:foreground ,yoshi-6))))