[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/06: gnu: Add emacs-gruvbox-theme
From: |
guix-commits |
Subject: |
05/06: gnu: Add emacs-gruvbox-theme |
Date: |
Tue, 18 Jun 2019 11:03:54 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit e6e2f4a08dce2bb2f8d1e1db58e49dfb1e55131a
Author: Zzull <address@hidden>
Date: Sat Jun 15 20:48:43 2019 +0200
gnu: Add emacs-gruvbox-theme
* gnu/packages/emacs-xyz.scm (emacs-gruvbox-theme): New variable
Signed-off-by: Ludovic Courtès <address@hidden>
---
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 3ef69ab..719c729 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -48,6 +48,7 @@
;;; Copyright © 2019 Gabriel Hondet <address@hidden>
;;; Copyright © 2019 LaFreniere, Joseph <address@hidden>
;;; Copyright © 2019 Amar Singh <address@hidden>
+;;; Copyright © 2019 Baptiste Strazzulla <address@hidden>
;;;
;;; 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")
- branch master updated (a32e3b9 -> 2e8c912), guix-commits, 2019/06/18
- 06/06: gnu: aircrack-ng: Update to 1.5.2., guix-commits, 2019/06/18
- 05/06: gnu: Add emacs-gruvbox-theme,
guix-commits <=
- 02/06: guix build: '--log-file' looks for build logs of equivalent derivations., guix-commits, 2019/06/18
- 01/06: tests: Avoid 'delete-paths' calls for 'derivation-prerequisites-to-build'., guix-commits, 2019/06/18
- 03/06: doc: Replace invalid uses of @var with @code., guix-commits, 2019/06/18
- 04/06: gnu: Add python-slurm-magic., guix-commits, 2019/06/18