unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#38266] [PATCH] gnu: Add emacs-ample-theme.
@ 2019-11-19  8:56 Pierre Langlois
  2019-11-19  9:42 ` bug#38266: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Pierre Langlois @ 2019-11-19  8:56 UTC (permalink / raw)
  To: 38266; +Cc: Pierre Langlois

[-- Attachment #1: Type: text/plain, Size: 87 bytes --]

Hello Guix!

Here's a patch for a set of lovely themes for emacs :-).

Thanks,
Pierre


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-Add-emacs-ample-theme.patch --]
[-- Type: text/x-patch, Size: 1900 bytes --]

From e6570c3e89b2e3bb5e06bbdb0c514a9bf0c18ed1 Mon Sep 17 00:00:00 2001
From: Pierre Langlois <pierre.langlois@gmx.com>
Date: Tue, 19 Nov 2019 08:42:48 +0000
Subject: [PATCH] gnu: Add emacs-ample-theme.

* gnu/packages/emacs-xyz.scm (emacs-ample-theme): New variable.
---
 gnu/packages/emacs-xyz.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index e8f13a737a..39c366f0c7 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1005,6 +1005,30 @@ skip set strings, which are arguments to @code{skip-chars-forward} and
 and reused.")
       (license license:gpl3+))))

+(define-public emacs-ample-theme
+  (let ((commit "536966adf882446165a1f756830028faa792c7a9")
+        (revision "1"))
+    (package
+      (name "emacs-ample-theme")
+      (version (git-version "0.0.0" revision commit))
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                      (url "https://github.com/jordonbiondo/ample-theme")
+                      (commit commit)))
+                (file-name (git-file-name name version))
+                (sha256
+                 (base32
+                  "07bpv8dag40qjnm5000pgzpazj4whfxf93x2vprz26sg3mjfx0nf"))))
+      (build-system emacs-build-system)
+      (home-page "https://github.com/jordonbiondo/ample-theme")
+      (synopsis "Theme for Emacs providing dark, light, and flat versions")
+      (description "Ample themes is a collection of three themes sharing a
+similar pallet with a light, dark and flat versions with a focus on being easy
+on the eyes during night and day.  They only support GUI and 256 colour
+terminals.")
+      (license license:gpl3+))))
+
 (define-public emacs-reformatter
   (package
     (name "emacs-reformatter")
--
2.24.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#38266: [PATCH] gnu: Add emacs-ample-theme.
  2019-11-19  8:56 [bug#38266] [PATCH] gnu: Add emacs-ample-theme Pierre Langlois
@ 2019-11-19  9:42 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2019-11-19  9:42 UTC (permalink / raw)
  To: Pierre Langlois; +Cc: 38266-done

Hi Pierre,

Pierre Langlois <pierre.langlois@gmx.com> skribis:

> From e6570c3e89b2e3bb5e06bbdb0c514a9bf0c18ed1 Mon Sep 17 00:00:00 2001
> From: Pierre Langlois <pierre.langlois@gmx.com>
> Date: Tue, 19 Nov 2019 08:42:48 +0000
> Subject: [PATCH] gnu: Add emacs-ample-theme.
>
> * gnu/packages/emacs-xyz.scm (emacs-ample-theme): New variable.

Applied, thanks!  :-)

Ludo’.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-11-19  9:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-19  8:56 [bug#38266] [PATCH] gnu: Add emacs-ample-theme Pierre Langlois
2019-11-19  9:42 ` bug#38266: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).