all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#59264] [PATCH] gnu: Add emacs-ef-themes.
@ 2022-11-14 17:03 Aleksandr Vityazev
  2022-11-17 11:51 ` bug#59264: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Aleksandr Vityazev @ 2022-11-14 17:03 UTC (permalink / raw)
  To: 59264

* 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




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#59264: [PATCH] gnu: Add emacs-ef-themes.
  2022-11-14 17:03 [bug#59264] [PATCH] gnu: Add emacs-ef-themes Aleksandr Vityazev
@ 2022-11-17 11:51 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2022-11-17 11:51 UTC (permalink / raw)
  To: Aleksandr Vityazev; +Cc: 59264-done

Hello,

Aleksandr Vityazev <avityazev@posteo.org> writes:

> * gnu/packages/emacs-xyz.scm (emacs-ef-themes): New variable.

Applied with the following changes.

> +     "The ef-themes are a collection of light and dark themes for GNU Emacs

ef-themes -> Ef themes

> +whose goal is to provide colorful (\"pretty\") yet legible options
> for users

I removed ("pretty").

> +who want something with a bit more flair than the modus-themes.")

modus-themes -> Modus themes.

Thank you.
-- 
Nicolas Goaziou




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-11-17 11:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-14 17:03 [bug#59264] [PATCH] gnu: Add emacs-ef-themes Aleksandr Vityazev
2022-11-17 11:51 ` bug#59264: " Nicolas Goaziou

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.