[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/09: gnu: Add emacs-sakura-theme.
From: |
guix-commits |
Subject: |
09/09: gnu: Add emacs-sakura-theme. |
Date: |
Tue, 11 Jul 2023 12:07:28 -0400 (EDT) |
abcdw pushed a commit to branch master
in repository guix.
commit 0cce3ac36e7acdf7502a9d8dd313bf40055e1484
Author: Ahmad Draidi <a.r.draidi@redscript.org>
AuthorDate: Mon Jul 10 18:10:53 2023 +0400
gnu: Add emacs-sakura-theme.
* gnu/packages/emacs-xyz.scm (emacs-sakura-theme): New variable.
Signed-off-by: Andrew Tropin <andrew@trop.in>
---
gnu/packages/emacs-xyz.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 154d4d1370..480096fb50 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -5041,6 +5041,28 @@ DocView mode, and revisiting those PDF files later using
the same mode will
restore the saved place.")
(license license:gpl3+)))
+(define-public emacs-sakura-theme
+ (package
+ (name "emacs-sakura-theme")
+ (version "1.0.1")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/emacsfodder/emacs-theme-sakura")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0nxj6gx5virv95sfxbasvr2mh427w5srzjsfawhf58ixif8wkhd0"))))
+ (build-system emacs-build-system)
+ (propagated-inputs (list emacs-autothemer))
+ (home-page "https://github.com/emacsfodder/emacs-theme-sakura")
+ (synopsis "Emacs theme of cherry blossoms")
+ (description
+ "Sakura Emacs theme is the rose tinted fork of @code{Creamsody},
+inspired by the Deep Purple.")
+ (license license:gpl3+)))
+
(define-public emacs-pdfgrep
;; XXX: Upstream does not tag releases. The commit below matches latest
;; version bump.
- branch master updated (7858b74b77 -> 0cce3ac36e), guix-commits, 2023/07/11
- 04/09: gnu: emacs-mode-line-idle: Update to 0.2-0.1dc0115., guix-commits, 2023/07/11
- 05/09: gnu: emacs-scroll-on-drag: Update to 0.1-2.179c2ac., guix-commits, 2023/07/11
- 07/09: gnu: Add emacs-starlit-theme., guix-commits, 2023/07/11
- 06/09: gnu: emacs-dumbparens: Update to 0-1.59bb5ae., guix-commits, 2023/07/11
- 03/09: gnu: emacs-undo-fu-session: Update to 0.6-0.a6c4f73., guix-commits, 2023/07/11
- 01/09: gnu: emacs-spell-fu: Update to 0.3-1.67a26b7., guix-commits, 2023/07/11
- 02/09: gnu: emacs-undo-fu: Update to 0.5-0.0e22308., guix-commits, 2023/07/11
- 08/09: gnu: Add emacs-abyss-theme., guix-commits, 2023/07/11
- 09/09: gnu: Add emacs-sakura-theme.,
guix-commits <=