guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: Add emacs-theme-sorcery.


From: guix-commits
Subject: branch master updated: gnu: Add emacs-theme-sorcery.
Date: Mon, 15 Feb 2021 07:49:34 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 71533bb  gnu: Add emacs-theme-sorcery.
71533bb is described below

commit 71533bb49da6fc058f6a5e8142cbf612380813ef
Author: Adam Kandur <rndd@tuta.io>
AuthorDate: Mon Feb 15 13:48:44 2021 +0100

    gnu: Add emacs-theme-sorcery.
    
    * gnu/packages/emacs-xyz.scm (emacs-theme-sorcery): New variable.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 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 3c1d0fc..0ac3919 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -805,6 +805,30 @@ theme and apply them to the rest of Linux with Pywal.  
Pywal only applies your
 theme to the current session.")
       (license license:gpl3+))))
 
+(define-public emacs-theme-sorcery
+  (let ((revision "0")
+        (commit "5a1c4445b9e6e09589a299a9962a6973272a0c2f"))
+    (package
+      (name "emacs-theme-sorcery")
+      (version "1.0")
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/mtreca/emacs-theme-sorcery";)
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "1b858049n6nw4qf60fmszjrhl80x7ssh32f7glj722kwy7404kdh"))))
+      (build-system emacs-build-system)
+      (propagated-inputs
+       `(("emacs-autothemer" ,emacs-autothemer)))
+      (home-page "https://github.com/mtreca/emacs-theme-sorcery";)
+      (synopsis "Dark and low-contrast Emacs theme")
+      (description "Sorcery is a dark and low-contrast Emacs theme inspired by
+Apprentice and Sourcerer.")
+      (license license:gpl3+))))
+
 (define-public emacs-treepy
   (package
     (name "emacs-treepy")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]