guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/05: gnu: Add emacs-atom-one-dark-theme.


From: Marius Bakke
Subject: 03/05: gnu: Add emacs-atom-one-dark-theme.
Date: Tue, 3 Jul 2018 09:48:22 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit b5f746d2da4e293ec8e704b89118b09aa4b5f94d
Author: Peter Mikkelsen <address@hidden>
Date:   Tue Jun 19 21:19:44 2018 +0200

    gnu: Add emacs-atom-one-dark-theme.
    
    * gnu/packages/emacs.scm (emacs-atom-one-dark-theme): New variable
    
    Signed-off-by: Marius Bakke <address@hidden>
---
 gnu/packages/emacs.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index c4468c8..a62c0bd 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -3199,6 +3199,27 @@ started with 20 minutes.  All values are customizable.")
 organizer.")
     (license license:gpl3+)))
 
+(define-public emacs-atom-one-dark-theme
+  (let ((commit "1f1185bf667a38d3d0d180ce85fd4c131818aae2")
+        (revision "0"))
+    (package
+     (name "emacs-atom-one-dark-theme")
+     (version (git-version "0.4.0" revision commit))
+     (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url 
"https://github.com/jonathanchu/atom-one-dark-theme.git";)
+                    (commit commit)))
+              (sha256
+               (base32
+                "1alma16hg3mfjly8a9s3mrswkjjx4lrpdnf43869hn2ibkn7zx9z"))
+              (file-name (git-file-name name version))))
+     (build-system emacs-build-system)
+     (home-page "https://github.com/jonathanchu/atom-one-dark-theme";)
+     (synopsis "Atom One Dark color theme for Emacs")
+     (description "An Emacs port of the Atom One Dark theme from Atom.io.")
+     (license license:gpl3+))))
+
 (define-public emacs-zenburn-theme
   (package
     (name "emacs-zenburn-theme")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]