[PATCH] gnu: Add emacs-starlit-theme.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ahmad Draidi
  • Andrew Tropin
Owner
unassigned
Submitted by
Ahmad Draidi
Severity
normal

Debbugs page

Ahmad Draidi wrote 2 years ago
(address . guix-patches@gnu.org)(name . Ahmad Draidi)(address . a.r.draidi@redscript.org)
cc363fdfd3fc26e4bba4143fd52e2534be15f68f.1688971973.git.a.r.draidi@redscript.org
* gnu/packages/emacs-xyz.scm (emacs-starlit-theme): New variable.
---
gnu/packages/emacs-xyz.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)

Toggle diff (46 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index be4e7aa78e..95e9f22bba 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.
;;;
@@ -32501,6 +32502,29 @@ (define-public emacs-spacemacs-theme
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")

base-commit: 88027480b537b391b5089fb06889835510f33e59
--
2.41.0
Andrew Tropin wrote 2 years ago
Applied
(address . control@debbugs.gnu.org)
87fs5umnma.fsf@trop.in
close 64506
close 64507
close 64511
close 64512
close 64514
close 64515
close 64550
close 64553
close 64555
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEKEGaxlA4dEDH6S/6IgjSCVjB3rAFAmStf+0ACgkQIgjSCVjB
3rDqshAAlpJwCoXmqq5czEPK0WDgWwjFm2r3MzTDU2WVuOqg6geO6CwmLDJBk4Zy
7yUXeFOoGBkjnqyBiMO41Gov6tC8x8O9+8a4Mhpa7ocEVaiwIzEV/iuRpb5XkZ0u
cpmUSWT05pME2LyoAIWFogqZHgVeEsBmLBX0jRBYvGU67rCx8hopcbY1CjH5TiZ9
S9JUJ9NgjP8VeHCb9YoP1nAZ9yce+6GdQe4njmp5GgDq2XG8cJQXtLTWdU+d0t2x
WDVlsqca4rZBbUsAqWocCHHHTqbaw1aV7M7vxxm3XCqaeTQe9uDYrIr//gmMB6Gp
v0Y7LCxDfB35YIl4qi7TI9BPscEpSprQBSQbP48ZkNS/DE/es98LsIjnZQ5XFzf+
O4t2gcIdSSVZJzAwOa+wEFcp3T9bTQ59LlEM5ukcz7TLONu2CismxZ8EgxZkEOni
c6s4yVIUBo/JLLXP9Wpk1CTWwHvJHR9SXYnkyjnn5FfE0OaKZmhgQZ9bP9jUVs6w
b9OMKnhLrfOoFJotEgCKlbpdUB0jPordKHJQ7bVJ1c/VVMBcTYgmR16Yrz45U+aH
cOEKGUJB2e605ipja9pIVHk3FTKAZoTx/F/qBC83WqgWKoiXDQZ5+/y55JmLaml7
44KVC/4YZ0Iy0cNzVGy3lBZpyUqwnQgF5xFC5HmrynB+CNw+YdY=
=Z+8e
-----END PGP SIGNATURE-----

?
Your comment

This issue is archived.

To comment on this conversation send an email to 64550@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 64550
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help