From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:51400) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hmxI7-0003iu-Ur for guix-patches@gnu.org; Mon, 15 Jul 2019 05:29:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hmxI6-0001vc-RV for guix-patches@gnu.org; Mon, 15 Jul 2019 05:29:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:37576) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hmxI6-0001vV-O5 for guix-patches@gnu.org; Mon, 15 Jul 2019 05:29:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hmxI6-0006Lt-K3 for guix-patches@gnu.org; Mon, 15 Jul 2019 05:29:02 -0400 Subject: [bug#36658] [PATCH] gnu: Add emacs-zerodark-theme. Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:51321) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hmxHs-0003ig-J8 for guix-patches@gnu.org; Mon, 15 Jul 2019 05:28:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hmxHr-0001lC-8D for guix-patches@gnu.org; Mon, 15 Jul 2019 05:28:48 -0400 Received: from latitanza.investici.org ([2001:888:2000:56::19]:51585) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hmxHq-0001jk-Lt for guix-patches@gnu.org; Mon, 15 Jul 2019 05:28:47 -0400 From: Giacomo Leidi Date: Mon, 15 Jul 2019 11:28:18 +0200 Message-Id: <20190715092818.2490-1-goodoldpaul@autistici.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 36658@debbugs.gnu.org * gnu/packages/emacs-xyz.scm (emacs-zerodark-theme): New variable. --- gnu/packages/emacs-xyz.scm | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 47edbaeeb6..0376dc5069 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -49,6 +49,7 @@ ;;; Copyright =C2=A9 2019 LaFreniere, Joseph ;;; Copyright =C2=A9 2019 Amar Singh ;;; Copyright =C2=A9 2019 Baptiste Strazzulla +;;; Copyright =C2=A9 2019 Giacomo Leidi ;;; ;;; This file is part of GNU Guix. ;;; @@ -16564,3 +16565,29 @@ directories, direct visualisation of image files= , jumping directly to links by name (with autocompletion), a simple bookmark management system and connections using TLS encryption.") (license license:gpl3+))) + +(define-public emacs-zerodark-theme + (package + (name "emacs-zerodark-theme") + (version "20190528.923") + (source + (origin + (method url-fetch) + (uri (string-append + "https://melpa.org/packages/zerodark-theme-" + version + ".el")) + (sha256 + (base32 + "0ajmkf6y7lvxr89cliq194qb8vzfgx4qj5c34b1pr5lrrxxaws0h")))) + (build-system emacs-build-system) + (propagated-inputs + `(("emacs-all-the-icons" ,emacs-all-the-icons))) + (home-page + "https://github.com/NicolasPetton/zerodark-theme") + (synopsis + "A dark, medium contrast theme for Emacs") + (description + "A dark theme inspired from One Dark and Niflheim. +An optional mode-line format can be enabled with 'zerodark-setup-modelin= e-format'.") + (license license:gpl3+))) --=20 2.22.0