GNU bug report logs - #40402
[PATCH] gnu: emacs-modus-themes: Update to 0.7.0.

Previous Next

Package: guix-patches;

Reported by: Dimos Dimakakos <me <at> bendersteed.tech>

Date: Fri, 3 Apr 2020 09:25:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Dimakis Dimakakos <me <at> bendersteed.tech>
To: 40402 <at> debbugs.gnu.org
Cc: Dimakakos Dimos <me <at> bendersteed.tech>
Subject: [bug#40402] [PATCH 2/3] gnu: Add emacs-modus-operandi-theme.
Date: Sat,  4 Apr 2020 02:05:37 +0300
From: Dimakakos Dimos <me <at> bendersteed.tech>

* gnu/packages/emacs-xyz.scm (emacs-modus-operandi-theme): New variable.
---
 gnu/packages/emacs-xyz.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index c28ab8ef49..edccff3378 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -20690,6 +20690,31 @@ is cast on a light backdrop (Modus Operandi) and another where light text is
 displayed against a dark background (Modus Vivendi).")
     (license license:gpl3+)))
 
+(define-public emacs-modus-operandi-theme
+  (package
+  (name "emacs-modus-operandi-theme")
+  (version "0.7.0")
+  (source
+    (origin
+      (method url-fetch)
+      (uri (string-append
+             "https://elpa.gnu.org/packages/modus-operandi-theme-"
+             version
+             ".el"))
+      (sha256
+        (base32
+          "17zvcqplbl3rk39k61v43ganzv06j49rlyickanwll5m1a3iibw2"))))
+  (build-system emacs-build-system)
+  (home-page
+    "https://gitlab.com/protesilaos/modus-themes")
+  (synopsis "Accessible light theme (WCAG AAA)")
+  (description
+   "Modus operandi is the light version of the modus accessible
+themes for GNU Emacs. The contrast ratio between foreground and background
+values should always be >= 7:1, which conforms with the WCAG AAA accessibility
+standard. This is the highest standard of its kind.")
+  (license license:gpl3+)))
+
 (define-public emacs-modus-vivendi-theme
   (package
   (name "emacs-modus-vivendi-theme")
-- 
2.26.0




This bug report was last modified 5 years and 45 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.