guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: Add emacs-punpun-theme.


From: guix-commits
Subject: 01/01: gnu: Add emacs-punpun-theme.
Date: Fri, 20 Dec 2019 20:36:56 -0500 (EST)

brettgilio pushed a commit to branch master
in repository guix.

commit 5613760aa40a157eb7f6666abbe8f5a9484c8b42
Author: Alex ter Weele <address@hidden>
Date:   Thu Dec 19 21:36:33 2019 -0500

    gnu: Add emacs-punpun-theme.
    
    * gnu/packages/emacs-xyz.scm (emacs-punpun-theme): New variable.
    
    Signed-off-by: Brett Gilio <address@hidden>
---
 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 8ff7a23..ded4a55 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -19876,6 +19876,30 @@ is cast on a light backdrop (Modus Operandi) and 
another where light text is
 displayed against a dark background (Modus Vivendi).")
     (license license:gpl3+)))
 
+(define-public emacs-punpun-theme
+  (let ((commit "2f78125609277b2478abdebd8f9d5ee10a823b65")
+        (revision "0"))
+    (package
+      (name "emacs-punpun-theme")
+      (version (git-version "0" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/wasamasa/punpun-theme.git";)
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32
+           "1sgxrj3igzq86h3whfymxf4qzv9kpvcrlhbvjmnp7fwrplys0n7d"))))
+      (build-system emacs-build-system)
+      (home-page "https://github.com/wasamasa/punpun-theme";)
+      (synopsis "Bleak Emacs theme")
+      (description
+       "A bleak theme.  Uses shades of gray and the occasional splash of
+color.  Designed for 256-color terminals.  Comes in light and dark!")
+      (license license:gpl3+))))
+
 (define-public emacs-elixir-mode
   (package
     (name "emacs-elixir-mode")



reply via email to

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