GNU bug report logs -
#64553
[PATCH] gnu: Add emacs-abyss-theme.
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 64553 in the body.
You can then email your comments to 64553 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
andrew <at> trop.in, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org
:
bug#64553
; Package
guix-patches
.
(Mon, 10 Jul 2023 10:32:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Ahmad Draidi <a.r.draidi <at> redscript.org>
:
New bug report received and forwarded. Copy sent to
andrew <at> trop.in, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org
.
(Mon, 10 Jul 2023 10:32:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/emacs-xyz.scm (emacs-abyss-theme): New variable.
---
gnu/packages/emacs-xyz.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index fb36d7d29d..2cf0c54e23 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2615,6 +2615,30 @@ (define-public emacs-a
index is considered the key).")
(license license:gpl3+)))
+(define-public emacs-abyss-theme
+ (package
+ (name "emacs-abyss-theme")
+ (version "0.7")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/mgrbyte/emacs-abyss-theme")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "07z0djv7h3yrv4iw9n633j6dxzxb4nnzijsqkmz22ik6fbwxg5mh"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/mgrbyte/emacs-abyss-theme")
+ (synopsis "Dark theme with strong colours for Emacs")
+ (description
+ "A dark theme with contrasting colours for Emacs based on the
+@url{https://github.com/andre-richter/emacs-lush-theme, @code{lush}} theme by
+Andre Richter, using the same colours palette as the the built-in
+@code{dichromacy} theme; intended to be suitable
+for red/green colour blind users.")
+ (license license:gpl3+)))
+
(define-public emacs-ace-jump-mode
(package
(name "emacs-ace-jump-mode")
base-commit: e40d6bb7d736bbab7b2b3bec5e5411c5dd91c925
--
2.41.0
bug closed, send any further explanations to
64553 <at> debbugs.gnu.org and Ahmad Draidi <a.r.draidi <at> redscript.org>
Request was from
Andrew Tropin <andrew <at> trop.in>
to
control <at> debbugs.gnu.org
.
(Tue, 11 Jul 2023 16:15:04 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 09 Aug 2023 11:24:10 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 316 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.