GNU bug report logs -
#36658
[PATCH] gnu: Add emacs-zerodark-theme.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sat, 20 Jul 2019 00:59:28 +0200
with message-id <87a7d9aawf.fsf <at> gnu.org>
and subject line Re: [bug#36658] [PATCH] gnu: Add emacs-zerodark-theme.
has caused the debbugs.gnu.org bug report #36658,
regarding [PATCH] gnu: Add emacs-zerodark-theme.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
36658: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=36658
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/emacs-xyz.scm (emacs-zerodark-theme): New variable.
---
gnu/packages/emacs-xyz.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 47edbaeeb6..0376dc5069 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -49,6 +49,7 @@
;;; Copyright © 2019 LaFreniere, Joseph <joseph <at> lafreniere.xyz>
;;; Copyright © 2019 Amar Singh <nly <at> disroot.org>
;;; Copyright © 2019 Baptiste Strazzulla <bstrazzull <at> hotmail.fr>
+;;; Copyright © 2019 Giacomo Leidi <goodoldpaul <at> autitici.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -16564,3 +16565,29 @@ directories, direct visualisation of image files, jumping directly to links by
name (with autocompletion), a simple bookmark management system and
connections using TLS encryption.")
(license license:gpl3+)))
+
+(define-public emacs-zerodark-theme
+ (package
+ (name "emacs-zerodark-theme")
+ (version "20190528.923")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "https://melpa.org/packages/zerodark-theme-"
+ version
+ ".el"))
+ (sha256
+ (base32
+ "0ajmkf6y7lvxr89cliq194qb8vzfgx4qj5c34b1pr5lrrxxaws0h"))))
+ (build-system emacs-build-system)
+ (propagated-inputs
+ `(("emacs-all-the-icons" ,emacs-all-the-icons)))
+ (home-page
+ "https://github.com/NicolasPetton/zerodark-theme")
+ (synopsis
+ "A dark, medium contrast theme for Emacs")
+ (description
+ "A dark theme inspired from One Dark and Niflheim.
+An optional mode-line format can be enabled with 'zerodark-setup-modeline-format'.")
+ (license license:gpl3+)))
--
2.22.0
[Message part 3 (message/rfc822, inline)]
Hi,
Tino il Cotechino <goodoldpaul <at> autistici.org> skribis:
> From 392b3a7c34198f47f19fb6b678662971aa8a371f Mon Sep 17 00:00:00 2001
> From: Giacomo Leidi <goodoldpaul <at> autistici.org>
> Date: Mon, 15 Jul 2019 11:21:24 +0200
> Subject: [PATCH] gnu: Add emacs-zerodark-theme.
>
> * gnu/packages/emacs-xyz.scm (emacs-zerodark-theme): New variable.
Applied, thanks!
Ludo’.
This bug report was last modified 5 years and 307 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.