[PATCH] gnu: Add emacs-ef-themes.

  • Done
  • quality assurance status badge
Details
2 participants
  • Aleksandr Vityazev
  • Nicolas Goaziou
Owner
unassigned
Submitted by
Aleksandr Vityazev
Severity
normal

Debbugs page

Aleksandr Vityazev wrote 2 years ago
(address . guix-patches@gnu.org)
a582e4306795bb1740bc2038bd18dff8de27a3ef.1668445413.git.avityazev@posteo.org
* gnu/packages/emacs-xyz.scm (emacs-ef-themes): New variable.
---
gnu/packages/emacs-xyz.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)

Toggle diff (42 lines)
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
Nicolas Goaziou wrote 2 years ago
(name . Aleksandr Vityazev)(address . avityazev@posteo.org)(address . 59264-done@debbugs.gnu.org)
878rk9re8e.fsf@nicolasgoaziou.fr
Hello,

Aleksandr Vityazev <avityazev@posteo.org> writes:

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

Applied with the following changes.

Toggle quote (2 lines)
> + "The ef-themes are a collection of light and dark themes for GNU Emacs

ef-themes -> Ef themes

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

I removed ("pretty").

Toggle quote (2 lines)
> +who want something with a bit more flair than the modus-themes.")

modus-themes -> Modus themes.

Thank you.
--
Nicolas Goaziou
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 59264@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 59264
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help