all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: bluekeys@bluekeys.eu
To: 38103@debbugs.gnu.org
Subject: [bug#38103] Dracula emacs theme
Date: Sat, 09 Nov 2019 16:29:13 +0000	[thread overview]
Message-ID: <87a795xbc6.fsf@thinkpad.i-did-not-set--mail-host-address--so-tickle-me> (raw)
In-Reply-To: <87r22j4vvs.fsf@smtp.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 43 bytes --]

Hi,

Second attempt to attach the patch. 


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: dracula theme --]
[-- Type: text/x-patch, Size: 1499 bytes --]

From ef1394d995e1eb180c6cc51974aa82d42c7d67e5 Mon Sep 17 00:00:00 2001
From: bluekeys <git@bluekeys.eu>
Date: Tue, 5 Nov 2019 22:31:43 +0000
Subject: [PATCH] Create emacs-dracula-theme module

---
 gnu/packages/emacs-xyz.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 1be819728f..d04ae3d26a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -8050,6 +8050,26 @@ known loosely as deftheme.  Many mode-specific customizations are included.")
        "@code{danneskjold-theme} is a high-contrast theme for Emacs.")
       (license license:gpl3+))))
 
+(define-public emacs-dracula-theme
+  (package
+    (name "emacs-dracula-theme")
+    (version (git-version "0" "0" "320cc8cfc67e33c86045ef3e79b7627b91b9b517"))
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/dracula/emacs.git")
+             (commit "320cc8cfc67e33c86045ef3e79b7627b91b9b517")))
+       (sha256
+        (base32
+         "0pzlwxsa823sbcf2nq2lw303cld2jc2siaaiafld0qc4xasg9zyn"))))
+    (build-system emacs-build-system)
+    (home-page "https://draculatheme.com/emacs")
+    (synopsis "A dark theme for emacs")
+    (description
+     "A dark theme for emacs and 50+ apps")
+    (license license:expat)))
+
 (define-public emacs-dream-theme
   (let* ((commit "107a11d74365046f28a1802a2bdb5e69e4a7488b")
          (revision "1"))
-- 
2.23.0


  parent reply	other threads:[~2019-11-09 17:01 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-07 14:13 [bug#38103] Dracula emacs theme bluekeys
2019-11-07 15:55 ` Mathieu Othacehe
2019-11-09 16:29 ` bluekeys [this message]
2019-11-10 20:14   ` Marius Bakke
2019-12-10  4:50     ` Brett Gilio
2020-06-02  5:19   ` bug#38103: " Michael Rohleder

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=87a795xbc6.fsf@thinkpad.i-did-not-set--mail-host-address--so-tickle-me \
    --to=bluekeys@bluekeys.eu \
    --cc=38103@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.