[PATCH] Add dracula theme package

  • Done
  • quality assurance status badge
Details
2 participants
  • Nicolas Goaziou
  • Jonathan
Owner
unassigned
Submitted by
Jonathan
Severity
normal
J
J
Jonathan wrote on 5 Jun 2020 19:28
(address . guix-patches@gnu.org)
CANwJfzhFRyBQPYsEu+AEmZT703iq9ThpdzS94JOWqdDJ_Pre8w@mail.gmail.com
---
gnu/packages/emacs-xyz.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)

Toggle diff (44 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index a111cbb99b..3116de6969 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -74,6 +74,7 @@
;;; Copyright © 2020 Ryan Desfosses <rdes@protonmail.com>
;;; Copyright © 2020 Marcin Karpezo <sirmacik@wioo.waw.pl>
;;; Copyright © 2020 Fredrik Salomonsson <plattfot@gmail.com>
+;;; Copyright © 2020 Jonathan Rostran <rostranjj@gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -5563,6 +5564,28 @@ Code blocks, tables, etc are formatted in monospace
text with the appropriate
backgrounds.")
(license license:expat))))

+(define-public emacs-dracula-theme
+ (package
+ (name "emacs-dracula-theme")
+ (version "20200527.1834")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "https://melpa.org/packages/dracula-theme-"
+ version
+ ".tar"))
+ (sha256
+ (base32
+ "0z7rycvjcn10hyh22l0d494y6srxysslyhgcmfgrr1xfcjzydwgn"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/dracula/emacs")
+ (synopsis "Dracula Theme")
+ (description
+ "A dark color theme available for a number of editors.
+")
+ (license license:expat))) ;; MIT license
+
(define-public emacs-ahungry-theme
(package
(name "emacs-ahungry-theme")
--
2.26.0
Attachment: file
N
N
Nicolas Goaziou wrote on 5 Jun 2020 21:23
(name . Jonathan)(address . rostranjj@gmail.com)(address . 41724@debbugs.gnu.org)
877dwlpbaf.fsf@nicolasgoaziou.fr
Hello,

Jonathan <rostranjj@gmail.com> writes:

Toggle quote (2 lines)
> +(define-public emacs-dracula-theme

Thank you.

However, Emacs Dracula theme is already packaged in Guix.

Is it OK to close this?

Regards,

--
Nicolas Goaziou
J
J
Jonathan wrote on 5 Jun 2020 22:58
(name . Nicolas Goaziou)(address . mail@nicolasgoaziou.fr)(address . 41724@debbugs.gnu.org)
CANwJfzjGuyAr+WVD4V3Ky0-=VpVnwyJSimk29bYUkfyjOs64cA@mail.gmail.com
Yes, you can do that.

On Fri, Jun 5, 2020, 1:23 PM Nicolas Goaziou <mail@nicolasgoaziou.fr> wrote:

Toggle quote (17 lines)
> Hello,
>
> Jonathan <rostranjj@gmail.com> writes:
>
> > +(define-public emacs-dracula-theme
>
> Thank you.
>
> However, Emacs Dracula theme is already packaged in Guix.
>
> Is it OK to close this?
>
> Regards,
>
> --
> Nicolas Goaziou
>
Attachment: file
N
N
Nicolas Goaziou wrote on 6 Jun 2020 09:20
(name . Jonathan)(address . rostranjj@gmail.com)(address . 41724-done@debbugs.gnu.org)
875zc4acev.fsf@nicolasgoaziou.fr
Hello,

Jonathan <rostranjj@gmail.com> writes:

Toggle quote (2 lines)
> Yes, you can do that.

OK. Closing. Thank you.

Regards,

--
Nicolas Goaziou
Closed
?