unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#36229] [PATCH] Add emacs-gruvbox-theme
@ 2019-06-15 18:54 Baptiste Strazzulla
  2019-06-18 14:56 ` bug#36229: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Baptiste Strazzulla @ 2019-06-15 18:54 UTC (permalink / raw)
  To: 36229


[-- Attachment #1.1: Type: text/plain, Size: 2 bytes --]



[-- Attachment #1.2: Type: text/html, Size: 337 bytes --]

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-Add-emacs-gruvbox-theme.patch --]
[-- Type: text/x-patch; name="0001-gnu-Add-emacs-gruvbox-theme.patch", Size: 2216 bytes --]

From 6aa874a59e779521c6571f5bec35c6c752cd36e6 Mon Sep 17 00:00:00 2001
From: Zzull <bstrazzull@hotmail.fr>
Date: Sat, 15 Jun 2019 20:48:43 +0200
Subject: [PATCH] gnu: Add emacs-gruvbox-theme

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

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 37bf9a06b9..3034fc1b5e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -48,6 +48,7 @@
 ;;; Copyright © 2019 Gabriel Hondet <gabrielhondet@gmail.com>
 ;;; Copyright © 2019 LaFreniere, Joseph <joseph@lafreniere.xyz>
 ;;; Copyright © 2019 Amar Singh <nly@disroot.org>
+;;; Copyright © 2019 Baptiste Strazzulla <bstrazzull@hotmail.fr>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -4081,6 +4082,33 @@ transparent background.  If you load it from a GUI, it will default to a
 dark background.")
     (license license:gpl3+)))
 
+(define-public emacs-gruvbox-theme
+  (package
+    (name "emacs-gruvbox-theme")
+    (version "1.28.0")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/greduan/emacs-theme-gruvbox.git")
+                    (commit version)))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "00qq92gp1g55pzm97rh7k0dgxy44pxziridl8kqm4rbpi31r7k9p"))))
+    (build-system emacs-build-system)
+    (propagated-inputs
+     `(("emacs-autothemer" ,emacs-autothemer)))
+    (home-page "https://github.com/greduan/emacs-theme-gruvbox")
+    (synopsis "Gruvbox is a retro groove color scheme ported from Vim")
+    (description
+     "Gruvbox is heavily inspired by badwolf, jellybeans and solarized.
+
+Designed as a bright theme with pastel 'retro groove' colors and light/dark
+mode switching in the way of solarized.  The main focus when developing gruvbox
+is to keep colors easily distinguishable, contrast enough and still pleasant
+for the eyes.")
+    (license license:expat))) ; MIT license
+
 (define-public emacs-2048-game
   (package
     (name "emacs-2048-game")
-- 
2.22.0


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

* bug#36229: [PATCH] Add emacs-gruvbox-theme
  2019-06-15 18:54 [bug#36229] [PATCH] Add emacs-gruvbox-theme Baptiste Strazzulla
@ 2019-06-18 14:56 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2019-06-18 14:56 UTC (permalink / raw)
  To: Baptiste Strazzulla; +Cc: 36229-done

Hi,

Baptiste Strazzulla <bstrazzull@hotmail.fr> skribis:

> From 6aa874a59e779521c6571f5bec35c6c752cd36e6 Mon Sep 17 00:00:00 2001
> From: Zzull <bstrazzull@hotmail.fr>
> Date: Sat, 15 Jun 2019 20:48:43 +0200
> Subject: [PATCH] gnu: Add emacs-gruvbox-theme
>
> * gnu/packages/emacs-xyz.scm (emacs-gruvbox-theme): New variable

Applied, thanks!

Ludo’.

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

end of thread, other threads:[~2019-06-18 14:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-15 18:54 [bug#36229] [PATCH] Add emacs-gruvbox-theme Baptiste Strazzulla
2019-06-18 14:56 ` bug#36229: " 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).