unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#64962] [PATCH] gnu: Add emacs-color-theme-sanityinc-tomorrow.
@ 2023-07-30 18:25 Cayetano Santos via Guix-patches via
  0 siblings, 0 replies; only message in thread
From: Cayetano Santos via Guix-patches via @ 2023-07-30 18:25 UTC (permalink / raw)
  To: 64962; +Cc: Cayetano Santos

* 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





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2023-07-30 18:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-30 18:25 [bug#64962] [PATCH] gnu: Add emacs-color-theme-sanityinc-tomorrow Cayetano Santos via Guix-patches via

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).