all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Liliana Marie Prikler via Guix-patches <guix-patches@gnu.org>
To: peter@polidoro.io, 55753@debbugs.gnu.org
Subject: [bug#55753] [PATCH] gnu: Add emacs-color-theme-modern.
Date: Thu, 02 Jun 2022 08:09:00 +0200	[thread overview]
Message-ID: <43bacbc2ae73f3326b9138f2585a036f2bc43f29.camel@ist.tugraz.at> (raw)
In-Reply-To: <fc347a502d5755b72b90b92f9b6254c6312f950b.1654097985.git.peter@polidoro.io>

Am Mittwoch, dem 01.06.2022 um 11:41 -0400 schrieb peter@polidoro.io:
> +(define-public emacs-color-theme-modern
> +  (package
> +    (name "emacs-color-theme-modern")
> +    (version "20220506.858")
We don't do MELPA versions.  Use "0.0.3" as base version, and...

> +    (source (origin
> +              (method git-fetch)
> +              (uri (git-reference
> +                    (url
> "https://github.com/emacs-jp/replace-colorthemes.git")
> +                    (commit
> "74ad69bbca6fcfff3c0960d888c7c9c1f9f3e2e8")))
... use git-version for non-release commits.  It's also always nice to
include a helpful message as to why you're building a non-release
commit, in this case that'd be "No release since October 2019."

> +              (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")
No ads.

> +    (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")
No ads.  Write something like "This package contains several themes
that were originally implemented with the venerable @code{color-themes}
package, ported to Emacs' built-in custom themes."

Cheers





  reply	other threads:[~2022-06-02  6:11 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-01 15:41 [bug#55753] [PATCH] gnu: Add emacs-color-theme-modern peter
2022-06-02  6:09 ` Liliana Marie Prikler via Guix-patches [this message]
2022-06-02 17:28 ` peter
2022-06-04  7:52   ` Liliana Marie Prikler
2022-06-04  8:34     ` bug#55753: " Liliana Marie Prikler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=43bacbc2ae73f3326b9138f2585a036f2bc43f29.camel@ist.tugraz.at \
    --to=guix-patches@gnu.org \
    --cc=55753@debbugs.gnu.org \
    --cc=liliana.prikler@ist.tugraz.at \
    --cc=peter@polidoro.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.