all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#57892] [PATCH 0/1] Add emacs-suneater-theme
@ 2022-09-17 23:09 Fredrik Salomonsson
  2022-09-17 23:12 ` [bug#57892] [PATCH 1/1] gnu: " Fredrik Salomonsson
  0 siblings, 1 reply; 3+ messages in thread
From: Fredrik Salomonsson @ 2022-09-17 23:09 UTC (permalink / raw)
  To: 57892; +Cc: Fredrik Salomonsson

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





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

* [bug#57892] [PATCH 1/1] gnu: Add emacs-suneater-theme.
  2022-09-17 23:09 [bug#57892] [PATCH 0/1] Add emacs-suneater-theme Fredrik Salomonsson
@ 2022-09-17 23:12 ` Fredrik Salomonsson
  2022-09-18  9:30   ` bug#57892: " Nicolas Goaziou
  0 siblings, 1 reply; 3+ messages in thread
From: Fredrik Salomonsson @ 2022-09-17 23:12 UTC (permalink / raw)
  To: 57892; +Cc: Fredrik Salomonsson

* 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





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

* bug#57892: [PATCH 1/1] gnu: Add emacs-suneater-theme.
  2022-09-17 23:12 ` [bug#57892] [PATCH 1/1] gnu: " Fredrik Salomonsson
@ 2022-09-18  9:30   ` Nicolas Goaziou
  0 siblings, 0 replies; 3+ messages in thread
From: Nicolas Goaziou @ 2022-09-18  9:30 UTC (permalink / raw)
  To: Fredrik Salomonsson; +Cc: 57892-done

Hello,

Fredrik Salomonsson <plattfot@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




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

end of thread, other threads:[~2022-09-18  9:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-17 23:09 [bug#57892] [PATCH 0/1] Add emacs-suneater-theme Fredrik Salomonsson
2022-09-17 23:12 ` [bug#57892] [PATCH 1/1] gnu: " Fredrik Salomonsson
2022-09-18  9:30   ` bug#57892: " 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.