all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Fredrik Salomonsson <plattfot@posteo.net>
To: 57892@debbugs.gnu.org
Cc: Fredrik Salomonsson <plattfot@posteo.net>
Subject: [bug#57892] [PATCH 1/1] gnu: Add emacs-suneater-theme.
Date: Sat, 17 Sep 2022 23:12:01 +0000	[thread overview]
Message-ID: <20220917231201.919836-1-plattfot@posteo.net> (raw)
In-Reply-To: <20220917230915.919629-1-plattfot@posteo.net>

* 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	other threads:[~2022-09-17 23:13 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-17 23:09 [bug#57892] [PATCH 0/1] Add emacs-suneater-theme Fredrik Salomonsson
2022-09-17 23:12 ` Fredrik Salomonsson [this message]
2022-09-18  9:30   ` bug#57892: [PATCH 1/1] gnu: " 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=20220917231201.919836-1-plattfot@posteo.net \
    --to=plattfot@posteo.net \
    --cc=57892@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.