From: Ahmad Draidi via Guix-patches via <guix-patches@gnu.org>
To: 64556@debbugs.gnu.org
Cc: Ahmad Draidi <a.r.draidi@redscript.org>,
Andrew Tropin <andrew@trop.in>,
Liliana Marie Prikler <liliana.prikler@gmail.com>
Subject: [bug#64556] [PATCH] gnu: Add emacs-sweet-theme.
Date: Mon, 10 Jul 2023 19:11:52 +0400 [thread overview]
Message-ID: <b78e5694942e7ef95279ab07a6dc3413507061bf.1689001912.git.a.r.draidi@redscript.org> (raw)
* gnu/packages/emacs-xyz.scm (emacs-sweet-theme): New variable.
---
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 fb36d7d29d..09c0bb7b1d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -11988,6 +11988,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")
base-commit: b7be0a999df8984fee8bd9d283b8fbe7e4da879d
--
2.41.0
reply other threads:[~2023-07-10 15:13 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=b78e5694942e7ef95279ab07a6dc3413507061bf.1689001912.git.a.r.draidi@redscript.org \
--to=guix-patches@gnu.org \
--cc=64556@debbugs.gnu.org \
--cc=a.r.draidi@redscript.org \
--cc=andrew@trop.in \
--cc=liliana.prikler@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.