From 63ebd92798d389bd1687e716dd86d179d895c654 Mon Sep 17 00:00:00 2001 From: ng0 Date: Tue, 30 Aug 2016 12:42:08 +0000 Subject: [PATCH 2/2] gnu: Add emacs-abyss-theme. * gnu/packages/emacs.scm (emacs-abyss-theme): New variable. --- gnu/packages/emacs.scm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index 4fe9a8a..8589fe8 100644 --- a/gnu/packages/emacs.scm +++ b/gnu/packages/emacs.scm @@ -3002,3 +3002,25 @@ lists, and project planning with a fast and effective plain-text system. It also is an authoring system with unique support for literate programming and reproducible research.") (license license:gpl3+))) + +(define-public emacs-abyss-theme + (package + (name "emacs-abyss-theme") + (version "20160420.512") + (source + (origin + (method url-fetch) + (uri (string-append "https://melpa.org/packages/abyss-theme-" + version ".el")) + (sha256 + (base32 + "089cjqfcmi5w7ihxhxad7x82wknm47vcxfd979xxar1zvsg4qmzr")))) + (build-system emacs-build-system) + (home-page "https://github.com/mgrbyte/emacs-abyss-theme") + (synopsis "A dark theme with contrasting colours.") + (description + "A dark theme with contrasting colours for Emacs24 based on the +``Lush`` theme by Andre Richter, using the same colours palette +as the the built-in `dichromacy' theme; intended to be suitable +for red/green colour blind users.") + (license license:gpl3+))) -- 2.9.3