gnu: Add emacs-sweet-theme.

* gnu/packages/emacs-xyz.scm (emacs-sweet-theme): New variable.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
Ahmad Draidi 2023-07-10 19:11:52 +04:00 committed by Liliana Marie Prikler
parent fdfea4c4ed
commit 33bf4588b4
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -12034,6 +12034,28 @@ (define-public emacs-counsel
@end itemize")
(license license:gpl3+)))
(define-public emacs-sweet-theme
(let ((commit "78f741806ecebe01224bf54d09ad80e306652508")
(revision "0"))
(package
(name "emacs-sweet-theme")
(version (git-version "4" revision commit))
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/2bruh4me/sweet-theme")
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32
"1yqz15l6xa1vkll4gaa3jpr30vq3yjgbgadjilsmz5p8mblawhyx"))))
(build-system emacs-build-system)
(home-page "https://github.com/2bruh4me/sweet-theme")
(synopsis "Emacs theme inspired by the GTK theme Sweet")
(description "Sweet is an Emacs theme inspired by the GTK theme with
the same name.")
(license license:gpl3+))))
(define-public emacs-swiper
(package
(name "emacs-swiper")