[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/09: gnu: Add emacs-chocolate-theme.
From: |
guix-commits |
Subject: |
06/09: gnu: Add emacs-chocolate-theme. |
Date: |
Sun, 30 Jul 2023 01:55:50 -0400 (EDT) |
lilyp pushed a commit to branch master
in repository guix.
commit 7c89bdec9ac33debb11ac55be1f29dd5626f659f
Author: Ahmad Draidi <a.r.draidi@redscript.org>
AuthorDate: Fri Jul 21 18:44:41 2023 +0400
gnu: Add emacs-chocolate-theme.
* gnu/packages/emacs-xyz.scm (emacs-chocolate-theme): New variable.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
---
gnu/packages/emacs-xyz.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 60c9ad9c5d..899ebaea3d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -4221,6 +4221,31 @@ Some of its major features include:
Lock key.")
(license license:gpl3+)))
+(define-public emacs-chocolate-theme
+ (let ((commit "ccc05f7ad96d3d1332727689bf6250443adc7ec0")
+ (revision "0"))
+ (package
+ (name "emacs-chocolate-theme")
+ (version (git-version "0.2.0" revision commit))
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url
+
"https://github.com/SavchenkoValeriy/emacs-chocolate-theme";)
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1d8a9jwv9y0sncw24k840c8yyrig30f2d6q2zqlc09f05yzq9p9p"))))
+ (build-system emacs-build-system)
+ (propagated-inputs (list emacs-autothemer))
+ (home-page "https://github.com/SavchenkoValeriy/emacs-chocolate-theme";)
+ (synopsis "Dark chocolatey theme for Emacs")
+ (description
+ "Chocolate theme is a dark, chocolatey, vibrant and subtle theme for
+Emacs.")
+ (license license:gpl3))))
+
(define-public emacs-chronometrist
(package
(name "emacs-chronometrist")
- branch master updated (9e245b50f8 -> 6a2b5c66bf), guix-commits, 2023/07/30
- 09/09: gnu: renpy: Fix image reference paths., guix-commits, 2023/07/30
- 03/09: gnu: emacs-idle-highlight: Restyle format., guix-commits, 2023/07/30
- 05/09: gnu: emacs-base16-theme: Update to 3.1., guix-commits, 2023/07/30
- 06/09: gnu: Add emacs-chocolate-theme.,
guix-commits <=
- 01/09: gnu: ungoogled-chromium: Build with h264., guix-commits, 2023/07/30
- 02/09: gnu: emacs-idle-highlight: Update to 1.1.4-0.f9091c9., guix-commits, 2023/07/30
- 08/09: gnu: Rename git-modes to emacs-git-modes., guix-commits, 2023/07/30
- 04/09: gnu: Add emacs-rebecca-theme., guix-commits, 2023/07/30
- 07/09: gnu: Add emacs-dired-preview., guix-commits, 2023/07/30