guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: Add emacs-alect-themes.


From: guix-commits
Subject: 01/02: gnu: Add emacs-alect-themes.
Date: Sat, 2 Feb 2019 05:42:31 -0500 (EST)

mothacehe pushed a commit to branch master
in repository guix.

commit bdccd7e101e461c1db1ba8e911992a051e5a6b0d
Author: Mathieu Othacehe <address@hidden>
Date:   Sat Feb 2 11:20:11 2019 +0100

    gnu: Add emacs-alect-themes.
    
    * gnu/packages/emacs-xyz.scm (emacs-alect-themes): New variable.
---
 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 081d757..feef248 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -13040,4 +13040,24 @@ convenient to edit foreign files.")
     (description "This package provides integration of the Google Repo tool
 with emacs.  It displays the output of the @code{repo status} command in a
 buffer and launches Magit from the status buffer for the project at point.")
+
+(define-public emacs-alect-themes
+  (package
+    (name "emacs-alect-themes")
+    (version "0.9")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/alezost/alect-themes";)
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "0nffxpdm0sa7bynwi0rmlwpc4qmvbda5ankhzz7fmk4ap9fkjxv9"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/alezost/alect-themes";)
+    (synopsis "Low contrast, light, dark and black color theme for Emacs")
+    (description "@code{emacs-alect-themes} provides configurable light, dark
+and black color themes for Emacs.  The themes are intended to be used with
+GUI.")
     (license license:gpl3+)))



reply via email to

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