aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.org4
-rw-r--r--yoshi-theme.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.org b/CHANGELOG.org
index 151b4eb..c41b299 100644
--- a/CHANGELOG.org
+++ b/CHANGELOG.org
@@ -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
diff --git a/yoshi-theme.el b/yoshi-theme.el
index d3535df..df13e3b 100644
--- a/yoshi-theme.el
+++ b/yoshi-theme.el
@@ -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))))