* [bug#27984] emacs-base16-theme
@ 2017-08-06 14:43 ng0
2017-09-02 19:45 ` bug#27984: emacs-base16-theme Alex Kost
0 siblings, 1 reply; 2+ messages in thread
From: ng0 @ 2017-08-06 14:43 UTC (permalink / raw)
To: 27984
[-- Attachment #1.1: Type: text/plain, Size: 302 bytes --]
I used melpa stable because the source on github only generates
the themes it detects the environment could use (which is
1 out of a huge themepark).
--
ng0
GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588
GnuPG: https://n0is.noblogs.org/my-keys
https://www.infotropique.org https://krosos.org
[-- Attachment #1.2: 0001-gnu-Add-emacs-base16-theme.patch --]
[-- Type: text/plain, Size: 2100 bytes --]
From 04ebf7b32e6176e70458e95b4ae2b2adee6676c5 Mon Sep 17 00:00:00 2001
From: ng0 <ng0@infotropique.org>
Date: Sun, 6 Aug 2017 14:40:37 +0000
Subject: [PATCH] gnu: Add emacs-base16-theme.
* gnu/packages/emacs.scm (emacs-base16-theme): New variable.
---
gnu/packages/emacs.scm | 23 ++++++++++++++++++++++-
1 file changed, 22 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 4aa713346..31ad6fe74 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -12,7 +12,7 @@
;;; Copyright © 2016 David Thompson <davet@gnu.org>
;;; Copyright © 2016 Matthew Jordan <matthewjordandevops@yandex.com>
;;; Copyright © 2016, 2017 Roel Janssen <roel@gnu.org>
-;;; Copyright © 2016, 2017 ng0 <contact.ng0@cryptolab.net>
+;;; Copyright © 2016, 2017 ng0 <ng0@infotropique.org>
;;; Copyright © 2016 Alex Griffin <a@ajgrf.com>
;;; Copyright © 2016, 2017 Nicolas Goaziou <mail@nicolasgoaziou.fr>
;;; Copyright © 2016 Alex Vong <alexvong1995@gmail.com>
@@ -2603,6 +2603,27 @@ transparent background. If you load it from a GUI, it will default to a
dark background.")
(license license:gpl3+)))
+(define-public emacs-base16-theme
+ (package
+ (name "emacs-base16-theme")
+ (version "2.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://stable.melpa.org/packages/base16-theme-"
+ version ".tar"))
+ (sha256
+ (base32
+ "0z6hrwz2jlz6jbr381rcqcqvx6hss5cad352klx07rark7zccacj"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/belak/base16-emacs")
+ (synopsis "base16 color themes for Emacs")
+ (description
+ "Base16 provides carefully chosen syntax highlighting and a default set
+of sixteen colors suitable for a wide range of applications. Base16 is not a
+single theme but a set of guidelines with numerous implementations.")
+ (license license:expat)))
+
(define-public emacs-smartparens
(package
(name "emacs-smartparens")
--
2.13.4
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#27984: emacs-base16-theme
2017-08-06 14:43 [bug#27984] emacs-base16-theme ng0
@ 2017-09-02 19:45 ` Alex Kost
0 siblings, 0 replies; 2+ messages in thread
From: Alex Kost @ 2017-09-02 19:45 UTC (permalink / raw)
To: ng0; +Cc: 27984-done
ng0 (2017-08-06 14:43 +0000) wrote:
> I used melpa stable because the source on github only generates
> the themes it detects the environment could use (which is
> 1 out of a huge themepark).
> --
> ng0
> GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588
> GnuPG: https://n0is.noblogs.org/my-keys
> https://www.infotropique.org https://krosos.org
>
> From 04ebf7b32e6176e70458e95b4ae2b2adee6676c5 Mon Sep 17 00:00:00 2001
> From: ng0 <ng0@infotropique.org>
> Date: Sun, 6 Aug 2017 14:40:37 +0000
> Subject: [PATCH] gnu: Add emacs-base16-theme.
>
> * gnu/packages/emacs.scm (emacs-base16-theme): New variable.
Applied as 4da9beab1, thanks!
--
Alex
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-09-02 19:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-06 14:43 [bug#27984] emacs-base16-theme ng0
2017-09-02 19:45 ` bug#27984: emacs-base16-theme Alex Kost
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.