GNU bug report logs - #75704
[PATCH] gnu: Add emacs-nano-theme.

Previous Next

Package: guix-patches;

Reported by: Adam Quandour <adam.quandour <at> gmail.com>

Date: Mon, 20 Jan 2025 17:37:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Adam Quandour <adam.quandour <at> gmail.com>
To: 75704 <at> debbugs.gnu.org
Cc: Adam Quandour <adam.quandour <at> gmail.com>
Subject: [bug#75704] [PATCH] gnu: Add emacs-nano-theme.
Date: Mon, 20 Jan 2025 20:35:28 +0300
* gnu/packages/emacs-xyz.scm (emacs-nano-theme): New variable.
---
 gnu/packages/emacs-xyz.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 36cad3a..80af73b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -9379,6 +9379,29 @@ (define-public emacs-nameless
 package namespace prefix is ​​hidden by a colon.")
     (license license:gpl2+)))
 
+(define-public emacs-nano-theme
+  ;; no named branches
+  (let ((commit "ffe414c8af9c673caf8b8b05ba89a229cb9ad48b")
+        (revision "0"))
+    (package
+      (name "emacs-nano-theme")
+      (version (git-version "0.3.4" revision commit))
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                      (url "https://github.com/rougier/nano-theme")
+                      (commit commit)))
+                (file-name (git-file-name name version))
+                (sha256
+                 (base32
+                  "0wi5snsakpag7lcdndz10x5fxb0yrnignqdx3v4fm5drbk0d7hkr"))))
+      (build-system emacs-build-system)
+      (home-page "https://github.com/rougier/nano-theme")
+      (synopsis "GNU Emacs / N Λ N O Theme")
+      (description "A consistent theme for GNU Emacs which is based on
+Material colors and the dark theme is based on Nord colors.")
+      (license license:gpl3))))
+
 (define-public emacs-evil-leader
   (package
     (name "emacs-evil-leader")
-- 
2.47.1





This bug report was last modified 118 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.