[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/17: gnu: Add emacs-exotica-theme.
From: |
guix-commits |
Subject: |
07/17: gnu: Add emacs-exotica-theme. |
Date: |
Sun, 23 Jul 2023 03:51:25 -0400 (EDT) |
lilyp pushed a commit to branch master
in repository guix.
commit 68945743c2c67cce6129eb1014bccd1172abec04
Author: Ahmad Draidi <a.r.draidi@redscript.org>
AuthorDate: Fri Jul 14 22:48:05 2023 +0400
gnu: Add emacs-exotica-theme.
* gnu/packages/emacs-xyz.scm (emacs-exotica-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 e5c7436d0d..8c929862b8 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -17593,6 +17593,31 @@ DefaultEncrypt, please refer to the home page or read
the comments in the
source file, @file{jl-encrypt.el}.")
(license license:gpl3+)))
+;; Package has no release. Version is extracted from "Version:" keyword in
+;; main file.
+(define-public emacs-exotica-theme
+ (let ((commit "ff3ef4f6fa38c93b99becad977c7810c990a4d2f")
+ (revision "0"))
+ (package
+ (name "emacs-exotica-theme")
+ (version (git-version "1.0.2" revision commit))
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/zenobht/exotica-theme")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1kp6q55g3dcya4y79x877vqwxa4z2rkkvhs49pkwr3wljf4af2pd"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/zenobht/exotica-theme")
+ (synopsis "Dark theme for Emacs with vibrant colors")
+ (description
+ "A dark opinionated theme with vibrant colors for Emacs. Inspired by
+@code{Molokai} and @code{Dracula} themes.")
+ (license license:gpl3+))))
+
(define-public emacs-extend-smime
(package
(name "emacs-extend-smime")
- 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 <=
- 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
- 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