unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Cayetano Santos via Guix-patches via <guix-patches@gnu.org>
To: 64962@debbugs.gnu.org
Cc: Cayetano Santos <csantosb@inventati.org>
Subject: [bug#64962] [PATCH] gnu: Add emacs-color-theme-sanityinc-tomorrow.
Date: Sun, 30 Jul 2023 20:25:13 +0200	[thread overview]
Message-ID: <04eabc11edc95f65ecd7a056b1bfb28b740e57a9.1690741513.git.csantosb@inventati.org> (raw)

* 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





                 reply	other threads:[~2023-07-30 18:37 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=04eabc11edc95f65ecd7a056b1bfb28b740e57a9.1690741513.git.csantosb@inventati.org \
    --to=guix-patches@gnu.org \
    --cc=64962@debbugs.gnu.org \
    --cc=csantosb@inventati.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).