summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2023-01-01 22:01:06 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2023-01-01 22:01:06 +0100
commit6b1fc3a55f0e75ddfd60d8b4c5be74dc8e207178 (patch)
tree5bcc3359c80b591558f99e3ce57158da6717b517
parent6d4c53893308d7db340a2978307a214103660341 (diff)
downloadguix-patches-6b1fc3a55f0e75ddfd60d8b4c5be74dc8e207178.tar
guix-patches-6b1fc3a55f0e75ddfd60d8b4c5be74dc8e207178.tar.gz
gnu: emacs-modus-themes: Update to 4.0.1.
* gnu/packages/emacs-xyz.scm (emacs-modus-themes): Update to 4.0.1. [synopsis]: Expound it slightly. [description]: Update it to include new themes.
-rw-r--r--gnu/packages/emacs-xyz.scm16
1 files changed, 9 insertions, 7 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 743d5dc373..5decd51087 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -30464,7 +30464,7 @@ Emacs that integrate with major modes like Org-mode.")
(define-public emacs-modus-themes
(package
(name "emacs-modus-themes")
- (version "3.0.0")
+ (version "4.0.1")
(source
(origin
(method git-fetch)
@@ -30473,7 +30473,7 @@ Emacs that integrate with major modes like Org-mode.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1468y1ra4w4ihq68mfvddyijppj5sz143aawzg2nxdzphy9a84l2"))))
+ (base32 "16m8y56jyf44rj541fqb243pmbz9bk5py5zl1xhzal4fsk5bsfrg"))))
(native-inputs (list texinfo))
(build-system emacs-build-system)
(arguments
@@ -30490,17 +30490,19 @@ Emacs that integrate with major modes like Org-mode.")
(install-file "doc/modus-themes.info"
(string-append #$output "/share/info")))))))
(home-page "https://protesilaos.com/modus-themes/")
- (synopsis "Accessible themes (WCAG AAA)")
+ (synopsis "Accessible themes for Emacs (WCAG AAA standard)")
(description
"The Modus themes are designed for accessible readability. They conform
with the highest standard for color contrast between any given combination of
background and foreground values. This corresponds to the WCAG AAA standard,
which specifies a minimum rate of distance in relative luminance of 7:1.
-Modus Operandi (modus-operandi) is a light theme, while Modus
-Vivendi (modus-vivendi) is dark. Each theme’s color palette is designed to
-meet the needs of the numerous interfaces that are possible in the Emacs
-computing environment.")
+The Modus themes consist of six themes. Modus Operandi is a light theme,
+while Modus Vivendi is dark. Modus Operandi Tinted and Modus Vivendi Tinted
+are variants of the two main themes. They slightly tone down the intensity of
+the background and provide a bit more color variety. Modus Operandi
+Deuteranopia and its companion Modus Vivendi Deuteranopia are optimized for
+users with red-green color deficiency.")
(license (list license:gpl3+
license:fdl1.3+)))) ; GFDLv1.3+ for the manual