1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-21 06:55:39 +00:00

Add dark color scheme to emacs.metainfo.xml

* etc/emacs.metainfo.xml: Add dark color scheme.  Patch by Peter
Oliver <p.d.oliver@mavit.org.uk> (bug#74123).
This commit is contained in:
Eli Zaretskii 2024-11-09 12:02:05 +02:00
parent 1f3434a84c
commit 764db76072

View File

@ -48,6 +48,7 @@
</screenshots>
<update_contact>emacs-devel_AT_gnu.org</update_contact>
<branding>
<color type="primary">#7f5ab6</color>
<color type="primary" scheme_preference="light">#7f5ab6</color>
<color type="primary" scheme_preference="dark">#624195</color>
</branding>
</component>