branch: externals/standard-themes commit e6890fb100cf55edc5756636e425c8de7dbe3756 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Extend support for package-status-from-source face --- standard-themes.el | 1 + 1 file changed, 1 insertion(+) diff --git a/standard-themes.el b/standard-themes.el index 228bf06043..ae3e312c1b 100644 --- a/standard-themes.el +++ b/standard-themes.el @@ -1740,6 +1740,7 @@ Helper function for `standard-themes-preview-colors'." `(package-status-built-in ((,c :foreground ,builtin))) `(package-status-dependency ((,c :foreground ,warning))) `(package-status-disabled ((,c :inherit error :strike-through t))) + `(package-status-from-source ((,c :foreground ,type))) `(package-status-held ((,c :foreground ,warning))) `(package-status-incompat ((,c :inherit warning))) `(package-status-installed ((,c :foreground ,fg-alt)))