mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 13:09:23 -05:00
gnu: Add emacs-sakura-theme.
* gnu/packages/emacs-xyz.scm (emacs-sakura-theme): New variable. Signed-off-by: Andrew Tropin <andrew@trop.in>
This commit is contained in:
parent
ebaeeacc84
commit
0cce3ac36e
1 changed files with 22 additions and 0 deletions
|
@ -5041,6 +5041,28 @@ (define-public emacs-saveplace-pdf-view
|
||||||
restore the saved place.")
|
restore the saved place.")
|
||||||
(license license:gpl3+)))
|
(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
|
(define-public emacs-pdfgrep
|
||||||
;; XXX: Upstream does not tag releases. The commit below matches latest
|
;; XXX: Upstream does not tag releases. The commit below matches latest
|
||||||
;; version bump.
|
;; version bump.
|
||||||
|
|
Loading…
Reference in a new issue