From: Jonathan <rostranjj@gmail.com>
To: 41724@debbugs.gnu.org
Subject: [bug#41724] [PATCH] Add dracula theme package
Date: Fri, 5 Jun 2020 11:28:50 -0600 [thread overview]
Message-ID: <CANwJfzhFRyBQPYsEu+AEmZT703iq9ThpdzS94JOWqdDJ_Pre8w@mail.gmail.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 1541 bytes --]
---
gnu/packages/emacs-xyz.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
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 #2: Type: text/html, Size: 2131 bytes --]
next reply other threads:[~2020-06-05 18:07 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-05 17:28 Jonathan [this message]
2020-06-05 19:23 ` [bug#41724] [PATCH] Add dracula theme package Nicolas Goaziou
2020-06-05 20:58 ` Jonathan
2020-06-06 7:20 ` bug#41724: " Nicolas Goaziou
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CANwJfzhFRyBQPYsEu+AEmZT703iq9ThpdzS94JOWqdDJ_Pre8w@mail.gmail.com \
--to=rostranjj@gmail.com \
--cc=41724@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.