GNU bug report logs - #55753
[PATCH] gnu: Add emacs-color-theme-modern.

Previous Next

Package: guix-patches;

Reported by: peter <at> polidoro.io

Date: Wed, 1 Jun 2022 15:42:02 UTC

Severity: normal

Tags: patch

Done: Liliana Marie Prikler <liliana.prikler <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: peter <at> polidoro.io
Subject: bug#55753: closed (Re: [PATCH] gnu: Add emacs-color-theme-modern.)
Date: Sat, 04 Jun 2022 08:35:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#55753: [PATCH] gnu: Add emacs-color-theme-modern.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 55753 <at> debbugs.gnu.org.

-- 
55753: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=55753
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: peter <at> polidoro.io, 55753-done <at> debbugs.gnu.org
Subject: Re: [PATCH] gnu: Add emacs-color-theme-modern.
Date: Sat, 04 Jun 2022 10:34:44 +0200
Am Samstag, dem 04.06.2022 um 09:52 +0200 schrieb Liliana Marie
Prikler:
> Am Donnerstag, dem 02.06.2022 um 13:28 -0400 schrieb
> peter <at> polidoro.io:
> > From: Peter Polidoro <peter <at> polidoro.io>
> > 
> > * gnu/packages/emacs-xyz.scm (emacs-color-theme-modern): New
> > variable.
> Pushed with minor changes in synopsis, description and git-version
> comment.
> 
> Thanks
Forgot to mark as done.

[Message part 3 (message/rfc822, inline)]
From: peter <at> polidoro.io
To: guix-patches <at> gnu.org
Cc: Peter Polidoro <peter <at> polidoro.io>
Subject: [PATCH] gnu: Add emacs-color-theme-modern.
Date: Wed,  1 Jun 2022 11:41:31 -0400
From: Peter Polidoro <peter <at> polidoro.io>

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

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 22d723c879..7612832173 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -109,6 +109,7 @@
 ;;; Copyright © 2022 Brandon Lucas <br <at> ndon.dk>
 ;;; Copyright © 2022 Jai Vetrivelan <jaivetrivelan <at> gmail.com>
 ;;; Copyright © 2022 jgart <jgart <at> dismail.de>
+;;; Copyright © 2022 Peter Polidoro <peter <at> polidoro.io>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -2873,6 +2874,40 @@ (define-public emacs-auctex
 or XEmacs.")
     (license license:gpl3+)))
 
+(define-public emacs-color-theme-modern
+  (package
+    (name "emacs-color-theme-modern")
+    (version "20220506.858")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/emacs-jp/replace-colorthemes.git")
+                    (commit "74ad69bbca6fcfff3c0960d888c7c9c1f9f3e2e8")))
+              (sha256
+               (base32
+                "13ff4s372wsl5x13vh4vywhi6qcc54gybhp6rxl0r1l4wxidanwn"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/emacs-jp/replace-colorthemes")
+    (synopsis "Over one hundred Emacs themes ported from color-theme")
+    (description "Over one hundred Emacs themes, including aalto-dark,
+aalto-light, aliceblue, andreas, arjen, beige-diff, beige-eshell,
+bharadwaj-slate, bharadwaj, billw, black-on-gray, blippblopp, blue-erc,
+blue-eshell, blue-gnus, blue-mood, blue-sea, calm-forest, charcoal-black,
+clarity, classic, cobalt, comidia, dark-blue, dark-blue2, dark-erc,
+dark-font-lock, dark-gnus, dark-green, dark-info, dark-laptop, deep-blue,
+desert, digital-ofs1, emacs-21, emacs-nw, euphoria, feng-shui, fischmeister,
+gnome, gnome2, goldenrod, gray1, gray30, greiner, gtk-ide, high-contrast,
+hober, infodoc, jb-simple, jedit-grey, jonadabian-slate, jonadabian, jsc-dark,
+jsc-light, jsc-light2, julie, katester, kingsajz, late-night, lawrence,
+ld-dark, lethe, marine, marquardt, matrix, midnight, mistyday, montz, oswald,
+parus, pierson, pok-wob, pok-wog, railscast, ramangalahy, raspopovic,
+renegade, resolve, retro-green, retro-orange, robin-hood, rotor, ryerson,
+salmon-diff, salmon-font-lock, scintilla, shaman, simple-1, sitaramv-nt,
+sitaramv-solaris, snow, snowish, standard-ediff, standard, subdued,
+subtle-blue, subtle-hacker, taming-mr-arneson, taylor, tty-dark, vim-colors,
+whateveryouwant, wheat, word-perfect, xemacs, xp")
+    (license license:gpl3+)))
+
 (define-public emacs-autothemer
   (package
     (name "emacs-autothemer")
-- 
2.36.1




This bug report was last modified 3 years and 49 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.