GNU bug report logs - #64962
[PATCH] gnu: Add emacs-color-theme-sanityinc-tomorrow.

Previous Next

Package: guix-patches;

Reported by: Cayetano Santos <csantosb <at> inventati.org>

Date: Sun, 30 Jul 2023 18:26:02 UTC

Severity: normal

Tags: patch

Done: Cayetano Santos <csantosb <at> inventati.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Cayetano Santos <csantosb <at> inventati.org>
Subject: bug#64962: closed (Re: [bug#64962] [PATCH] gnu: Add
 emacs-color-theme-sanityinc-tomorrow.)
Date: Thu, 07 Nov 2024 09:56:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#64962: [PATCH] gnu: Add emacs-color-theme-sanityinc-tomorrow.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 64962 <at> debbugs.gnu.org.

-- 
64962: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=64962
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Cayetano Santos <csantosb <at> inventati.org>
To: 64962-done <at> debbugs.gnu.org
Cc: 64962 <at> debbugs.gnu.org
Subject: Re: [bug#64962] [PATCH] gnu: Add emacs-color-theme-sanityinc-tomorrow.
Date: Thu, 07 Nov 2024 10:54:55 +0100
Already merged upstream.

[Message part 3 (message/rfc822, inline)]
From: Cayetano Santos <csantosb <at> inventati.org>
To: guix-patches <at> gnu.org
Cc: Cayetano Santos <csantosb <at> inventati.org>
Subject: [PATCH] gnu: Add emacs-color-theme-sanityinc-tomorrow.
Date: Sun, 30 Jul 2023 20:25:13 +0200
* gnu/packages/emacs-xyz.scm (emacs-color-theme-sanityinc-tomorrow): 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 e8d1ac6034..90ffb12538 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -10853,6 +10853,33 @@ (define-public emacs-color-theme-solarized
 Solarized color scheme.")
       (license license:expat))))
 
+(define-public emacs-color-theme-sanityinc-tomorrow
+  (let ((commit "96dbaa43ff1326879e76a7943b8ae27265ae84e8")
+		(revision "0"))
+	(package
+	  (name "emacs-color-theme-sanityinc-tomorrow")
+	  (version (git-version "1.17" revision commit))
+	  (source
+	   (origin
+		 (method git-fetch)
+		 (uri
+		  (git-reference
+		   (url
+			"https://github.com/purcell/color-theme-sanityinc-tomorrow")
+		   (commit commit)))
+		 (file-name (git-file-name name version))
+		 (sha256
+		  (base32
+		   "161hd0nfwb6wv2ldml74kgzmpilb6rc0ldiv0vsqklvi781dsbr1"))))
+	  (build-system emacs-build-system)
+	  (home-page "https://github.com/purcell/color-theme-sanityinc-tomorrow")
+	  (synopsis "A version of Chris Kempson's \"tomorrow\" themes")
+	  (description
+	   "These five color themes are designed for use with Emacs built-in theme
+support in Emacs 24.  However, they also work with older Emacs versions, in
+which case color-theme.el is required.")
+	  (license license:gpl3))))
+
 (define-public emacs-poet-theme
   (let ((commit "16eb694f0755c04c4db98614d0eca1199fddad70")
         (revision "1"))

base-commit: c173819c8e5235ce02d60b79bd88b10023a7c614
-- 
2.41.0




This bug report was last modified 253 days ago.

Previous Next


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