GNU bug report logs - #57892
[PATCH 0/1] Add emacs-suneater-theme

Previous Next

Package: guix-patches;

Reported by: Fredrik Salomonsson <plattfot <at> posteo.net>

Date: Sat, 17 Sep 2022 23:10:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 57892 in the body.
You can then email your comments to 57892 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#57892; Package guix-patches. (Sat, 17 Sep 2022 23:10:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Fredrik Salomonsson <plattfot <at> posteo.net>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 17 Sep 2022 23:10:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Fredrik Salomonsson <plattfot <at> posteo.net>
To: guix-patches <at> gnu.org
Cc: Fredrik Salomonsson <plattfot <at> posteo.net>
Subject: [PATCH 0/1] Add emacs-suneater-theme
Date: Sat, 17 Sep 2022 23:09:15 +0000
Add a dark, minimalistic theme for emacs.

Fredrik Salomonsson (1):
  gnu: Add emacs-suneater-theme.

 gnu/packages/emacs-xyz.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)


base-commit: c54ef97c80f98fba77304efc560945fe78a4bafb
-- 
2.37.3





Information forwarded to guix-patches <at> gnu.org:
bug#57892; Package guix-patches. (Sat, 17 Sep 2022 23:13:02 GMT) Full text and rfc822 format available.

Message #8 received at 57892 <at> debbugs.gnu.org (full text, mbox):

From: Fredrik Salomonsson <plattfot <at> posteo.net>
To: 57892 <at> debbugs.gnu.org
Cc: Fredrik Salomonsson <plattfot <at> posteo.net>
Subject: [PATCH 1/1] gnu: Add emacs-suneater-theme.
Date: Sat, 17 Sep 2022 23:12:01 +0000
* gnu/packages/emacs-xyz.scm (emacs-suneater-theme): New variable.
---
 gnu/packages/emacs-xyz.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index d99df6cc69..4aca5d569b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1348,6 +1348,28 @@ (define-public emacs-theme-sorcery
 Apprentice and Sourcerer.")
       (license license:gpl3+))))
 
+(define-public emacs-suneater-theme
+  (package
+   (name "emacs-suneater-theme")
+   (version "2.0.0")
+   (source
+    (origin
+     (method git-fetch)
+     (uri (git-reference
+           (url "https://git.sr.ht/~plattfot/suneater-theme")
+           (commit version)))
+     (sha256
+      (base32
+       "0nlam8f8ly86y7p2dn10y9ixnm7bhmigsx7si4cjynh6aiyczyds"))
+     (file-name (git-file-name name version))))
+   (build-system emacs-build-system)
+   (home-page "https://git.sr.ht/~plattfot/suneater-theme")
+   (synopsis "Minimalistic dark theme for emacs")
+   (description
+    "A dark, minimalistic emacs theme.  It was based on Sunburst theme but now
+takes more inspiration from the Nano theme.")
+   (license license:gpl3+)))
+
 (define-public emacs-treepy
   (package
     (name "emacs-treepy")
-- 
2.37.3





Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Sun, 18 Sep 2022 09:31:01 GMT) Full text and rfc822 format available.

Notification sent to Fredrik Salomonsson <plattfot <at> posteo.net>:
bug acknowledged by developer. (Sun, 18 Sep 2022 09:31:01 GMT) Full text and rfc822 format available.

Message #13 received at 57892-done <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Fredrik Salomonsson <plattfot <at> posteo.net>
Cc: 57892-done <at> debbugs.gnu.org
Subject: Re: [bug#57892] [PATCH 1/1] gnu: Add emacs-suneater-theme.
Date: Sun, 18 Sep 2022 11:30:37 +0200
Hello,

Fredrik Salomonsson <plattfot <at> posteo.net> writes:

> * gnu/packages/emacs-xyz.scm (emacs-suneater-theme): New variable.

Thank you. Applied with the changes below.

> +   (synopsis "Minimalistic dark theme for emacs")

emacs -> Emacs

> +   (description
> +    "A dark, minimalistic emacs theme.  It was based on Sunburst theme but now
> +takes more inspiration from the Nano theme.")

I completed the first sentence: Suneater is a dark, minimalistic Emacs theme.

Regards,
-- 
Nicolas Goaziou




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 16 Oct 2022 11:24:10 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 193 days ago.

Previous Next


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