[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/09: gnu: Add emacs-starlit-theme.
From: |
guix-commits |
Subject: |
07/09: gnu: Add emacs-starlit-theme. |
Date: |
Tue, 11 Jul 2023 12:07:28 -0400 (EDT) |
abcdw pushed a commit to branch master
in repository guix.
commit 3b77a06f3b2e4b3a78b8894d0349af316ae10ef4
Author: Ahmad Draidi <a.r.draidi@redscript.org>
AuthorDate: Mon Jul 10 10:52:54 2023 +0400
gnu: Add emacs-starlit-theme.
* gnu/packages/emacs-xyz.scm (emacs-starlit-theme): New variable.
Signed-off-by: Andrew Tropin <andrew@trop.in>
---
gnu/packages/emacs-xyz.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index a9c00d458a..a2fbb7069f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -131,6 +131,7 @@
;;; Copyright © 2022-2023 Simon Josefsson <simon@josefsson.org>
;;; Copyright © 2023 Fabio Natali <me@fabionatali.com>
;;; Copyright © 2023 Arnaud Lechevallier <arnaud.lechevallier@free.fr>
+;;; Copyright © 2023 Ahmad Draidi <a.r.draidi@redscript.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -32552,6 +32553,29 @@ a theme for Spacemacs. The theme comes with dark and
light variants
and it should work well with 256 color terminals.")
(license license:gpl3+)))
+(define-public emacs-starlit-theme
+ (let ((commit "d6f327fb09497be7bee64d5d204d27f655cc5b04")
+ (revision "0"))
+ (package
+ (name "emacs-starlit-theme")
+ (version (git-version "0.1" revision commit))
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/SFTtech/starlit-emacs")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "118b3ii9gpjq70q3qf0lyd53jp5a7qvhsl4bbjh4akck96cjdnnj"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/SFTtech/starlit-emacs")
+ (synopsis "Deep blue and colorful Emacs theme like a clear night sky")
+ (description
+ "Starlit theme customizes your Emacs to be deep blue with bright colors
+from a starlit sky.")
+ (license license:gpl3+))))
+
(define-public emacs-elixir-mode
(package
(name "emacs-elixir-mode")
- branch master updated (7858b74b77 -> 0cce3ac36e), guix-commits, 2023/07/11
- 04/09: gnu: emacs-mode-line-idle: Update to 0.2-0.1dc0115., guix-commits, 2023/07/11
- 05/09: gnu: emacs-scroll-on-drag: Update to 0.1-2.179c2ac., guix-commits, 2023/07/11
- 07/09: gnu: Add emacs-starlit-theme.,
guix-commits <=
- 06/09: gnu: emacs-dumbparens: Update to 0-1.59bb5ae., guix-commits, 2023/07/11
- 03/09: gnu: emacs-undo-fu-session: Update to 0.6-0.a6c4f73., guix-commits, 2023/07/11
- 01/09: gnu: emacs-spell-fu: Update to 0.3-1.67a26b7., guix-commits, 2023/07/11
- 02/09: gnu: emacs-undo-fu: Update to 0.5-0.0e22308., guix-commits, 2023/07/11
- 08/09: gnu: Add emacs-abyss-theme., guix-commits, 2023/07/11
- 09/09: gnu: Add emacs-sakura-theme., guix-commits, 2023/07/11