all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Aleksandr Vityazev <avityazev@posteo.org>
To: 59264@debbugs.gnu.org
Subject: [bug#59264] [PATCH] gnu: Add emacs-ef-themes.
Date: Mon, 14 Nov 2022 17:03:48 +0000	[thread overview]
Message-ID: <a582e4306795bb1740bc2038bd18dff8de27a3ef.1668445413.git.avityazev@posteo.org> (raw)

* gnu/packages/emacs-xyz.scm (emacs-ef-themes): New variable.
---
 gnu/packages/emacs-xyz.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index c260ee85c5..e3e960c445 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -5172,6 +5172,29 @@ (define-public emacs-ecukes
 intended to be.")
     (license license:gpl3+)))
 
+(define-public emacs-ef-themes
+  (package
+    (name "emacs-ef-themes")
+    (version "0.9.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://git.sr.ht/~protesilaos/ef-themes")
+             (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32
+         "1h1xlcbcay8wlmhzv7b5h6vrvwdwkzc171aa0rfja2xds4ry9k0m"))))
+    (build-system emacs-build-system)
+    (home-page "https://git.sr.ht/~protesilaos/ef-themes")
+    (synopsis "Colorful and legible themes")
+    (description
+     "The ef-themes are a collection of light and dark themes for GNU Emacs
+whose goal is to provide colorful (\"pretty\") yet legible options for users
+who want something with a bit more flair than the modus-themes.")
+    (license license:gpl3+)))
+
 (define-public emacs-espuds
   (package
     (name "emacs-espuds")
-- 
2.38.1



-- 

Aleksandr Vityazev




             reply	other threads:[~2022-11-15  0:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-14 17:03 Aleksandr Vityazev [this message]
2022-11-17 11:51 ` bug#59264: [PATCH] gnu: Add emacs-ef-themes Nicolas Goaziou

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=a582e4306795bb1740bc2038bd18dff8de27a3ef.1668445413.git.avityazev@posteo.org \
    --to=avityazev@posteo.org \
    --cc=59264@debbugs.gnu.org \
    /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.