From bdccd7e101e461c1db1ba8e911992a051e5a6b0d Mon Sep 17 00:00:00 2001 From: Mathieu Othacehe Date: Sat, 2 Feb 2019 11:20:11 +0100 Subject: 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(+) (limited to 'gnu') diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 081d7570fa..feef248fbc 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+))) -- cgit v1.2.3