unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Adam Kandur <kefironpremise@gmail.com>
To: 55164@debbugs.gnu.org
Cc: Adam Kandur <kefironpremise@gmail.com>
Subject: [bug#55164] [PATCH] gnu: Add emacs-sanityinc-tomorrow.
Date: Thu, 28 Apr 2022 14:26:23 +0300	[thread overview]
Message-ID: <20220428112623.23172-1-kefironpremise@gmail.com> (raw)

* gnu/packages/emacs-xyz.scm (emacs-sanityinc-tomorrow): 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 db1663c..2b8b575 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -3649,6 +3649,30 @@ (define-public emacs-saveplace-pdf-view
 restore the saved place.")
     (license license:gpl3+)))
 
+(define-public emacs-sanityinc-tomorrow
+  (package
+    (name "emacs-sanityinc-tomorrow")
+    (version "1.17")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+	     (url "https://github.com/purcell/color-theme-sanityinc-tomorrow")
+	     (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+	(base32 "1x3aq6hadp158vh8mf9hmj5rikq0qz7a1frv7vbl39xr3wcnjj23"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/purcell/color-theme-sanityinc-tomorrow")
+    (synopsis "A set of comprehensive Emacs color themes based on Chris Kempson's 'tomorrow' themes")
+    (description
+     "An Emacs version of Chris Kempson's 'Tomorrow' themes,with much
+more extensive face definitions than the 'official' Emacs variant.
+The themes work with both the built-in theming support in recent Emacsen,
+and via the traditional color-theme.el add-on library in older versions,
+so use whichever you prefer.")
+    (license license:gpl3+)))
+
 (define-public emacs-dash
   (package
     (name "emacs-dash")
-- 
2.35.1





             reply	other threads:[~2022-04-28 11:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-28 11:26 Adam Kandur [this message]
2022-05-13 18:47 ` [bug#55164] [PATCH] gnu: Add emacs-sanityinc-tomorrow Liliana Marie Prikler

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=20220428112623.23172-1-kefironpremise@gmail.com \
    --to=kefironpremise@gmail.com \
    --cc=55164@debbugs.gnu.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).