[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/17: gnu: Add emacs-zeno-theme.
From: |
guix-commits |
Subject: |
06/17: gnu: Add emacs-zeno-theme. |
Date: |
Sun, 23 Jul 2023 03:51:25 -0400 (EDT) |
lilyp pushed a commit to branch master
in repository guix.
commit d41d60b6089a3539971355705177413a2ecea319
Author: Ahmad Draidi <a.r.draidi@redscript.org>
AuthorDate: Fri Jul 14 22:57:38 2023 +0400
gnu: Add emacs-zeno-theme.
* gnu/packages/emacs-xyz.scm (emacs-zeno-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 316ab04900..e5c7436d0d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -6579,6 +6579,31 @@ detecting specific uses of Ruby, e.g. when using rails,
and using a
appropriate console.")
(license license:gpl3+)))
+;; Package has no release. Version is extracted from "Version:" keyword in
+;; main file.
+(define-public emacs-zeno-theme
+ (let ((commit "70fa7b7442f24ea25eab538b5a22da690745fef5")
+ (revision "0"))
+ (package
+ (name "emacs-zeno-theme")
+ (version (git-version "1.0.2" revision commit))
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/zenobht/zeno-theme";)
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "10v6yf9c5qdsxrp6rk1n1xkv4byyfkinsikskdb2apjg05cx2273"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/zenobht/zeno-theme";)
+ (synopsis "Dark theme using different shades of blue for Emacs")
+ (description
+ "This package provides a dark theme using different shades of blue for
+Emacs, inspired by @code{Dracula} theme.")
+ (license license:gpl3+))))
+
(define-public emacs-zig-mode
(let ((commit "dbc648f5bca8f3b9ca2cc7827f326f5530115144")
(revision "0"))
- 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, 2023/07/23
- 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 <=
- 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
- 11/17: gnu: Add emacs-mu4e-dashboard., guix-commits, 2023/07/23
- 14/17: gnu: Remove drascula., guix-commits, 2023/07/23
- 08/17: gnu: Add emacs-project-mode-line-tag., guix-commits, 2023/07/23
- 15/17: gnu: Remove lure., guix-commits, 2023/07/23
- 17/17: gnu: Remove sky., guix-commits, 2023/07/23