all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Dimakis Dimakakos <me@bendersteed.tech>
To: 40402@debbugs.gnu.org
Cc: Dimakakos Dimos <me@bendersteed.tech>
Subject: [bug#40402] [PATCH 2/3] gnu: Add emacs-modus-operandi-theme.
Date: Sat,  4 Apr 2020 02:05:37 +0300	[thread overview]
Message-ID: <20200403230538.9032-3-me@bendersteed.tech> (raw)
In-Reply-To: <20200403230538.9032-1-me@bendersteed.tech>

From: Dimakakos Dimos <me@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

  parent reply	other threads:[~2020-04-03 23:06 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-03  9:24 [bug#40402] [PATCH] gnu: emacs-modus-themes: Update to 0.7.0 Dimos Dimakakos
2020-04-03  9:59 ` Dimos Dimakakos
2020-04-03 10:20   ` Nicolas Goaziou
2020-04-03 10:30     ` Dimos Dimakakos
2020-04-03 15:16       ` Nicolas Goaziou
2020-04-03 17:23         ` Dimos Dimakakos
2020-04-03 23:05 ` [bug#40402] [PATCH 0/3] Deprecate emacs-modus-themes Dimakis Dimakakos
2020-04-03 23:05   ` [bug#40402] [PATCH 1/3] gnu: Add emacs-modus-vivendi-theme Dimakis Dimakakos
2020-04-03 23:05   ` Dimakis Dimakakos [this message]
2020-04-03 23:05   ` [bug#40402] [PATCH 3/3] gnu: Deprecate emacs-modus-themes Dimakis Dimakakos
2020-04-04  9:55   ` bug#40402: [PATCH 0/3] " Nicolas Goaziou
2020-04-04 11:36     ` [bug#40402] " Dimos Dimakakos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200403230538.9032-3-me@bendersteed.tech \
    --to=me@bendersteed.tech \
    --cc=40402@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.