[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/17: gnu: Add emacs-sweet-theme.
From: |
guix-commits |
Subject: |
01/17: gnu: Add emacs-sweet-theme. |
Date: |
Sun, 23 Jul 2023 03:51:23 -0400 (EDT) |
lilyp pushed a commit to branch master
in repository guix.
commit 33bf4588b419f2b179d8d9d12a583d4e19e9995e
Author: Ahmad Draidi <a.r.draidi@redscript.org>
AuthorDate: Mon Jul 10 19:11:52 2023 +0400
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>
---
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 6af5faf4cb..61f42f3baa 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -12034,6 +12034,28 @@ The following completions are currently available:
@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")
- branch master updated (fdfea4c4ed -> 445a035908), guix-commits, 2023/07/23
- 02/17: gnu: Add emacs-gc-stats., guix-commits, 2023/07/23
- 01/17: gnu: Add emacs-sweet-theme.,
guix-commits <=
- 04/17: gnu: Add emacs-transient-posframe., guix-commits, 2023/07/23
- 03/17: gnu: gnome-shell-extension-dash-to-panel: Update to 56., guix-commits, 2023/07/23
- 07/17: gnu: Add emacs-exotica-theme., guix-commits, 2023/07/23
- 09/17: gnu: Add emacs-mode-line-bell., guix-commits, 2023/07/23
- 10/17: gnu: Add emacs-persistent-scratch., guix-commits, 2023/07/23
- 13/17: gnu: Add emacs-consult-flycheck., guix-commits, 2023/07/23
- 06/17: gnu: Add emacs-zeno-theme., guix-commits, 2023/07/23
- 05/17: gnu: Add emacs-which-key-posframe., guix-commits, 2023/07/23
- 12/17: gnu: Add emacs-heaven-and-hell., guix-commits, 2023/07/23
- 16/17: gnu: Remove queen., guix-commits, 2023/07/23