]> git.eshelyaron.com Git - emacs.git/commitdiff
Add dark color scheme to emacs.metainfo.xml
authorEli Zaretskii <eliz@gnu.org>
Sat, 9 Nov 2024 10:02:05 +0000 (12:02 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sat, 9 Nov 2024 15:48:50 +0000 (16:48 +0100)
* etc/emacs.metainfo.xml: Add dark color scheme.  Patch by Peter
Oliver <p.d.oliver@mavit.org.uk> (bug#74123).

(cherry picked from commit 764db76072847d2650f5b07349723a2802ccd45e)

etc/emacs.metainfo.xml

index 7e97df926be8faf8071bbd25b22d17f4c3e79a99..526fb5b06104cb1fcfdc1f153a4c29f3cdb2c786 100644 (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>