From: Tristan Cottam via Guix-patches via <guix-patches@gnu.org>
To: 67211@debbugs.gnu.org
Cc: Tristan Cottam <tristan@cott.am>, Andrew Tropin <andrew@trop.in>,
Katherine Cox-Buday <cox.katherine.e+guix@gmail.com>,
Liliana Marie Prikler <liliana.prikler@gmail.com>
Subject: [bug#67211] [PATCH] gnu: Add emacs-adwaita-dark-theme
Date: Wed, 15 Nov 2023 22:43:54 +0100 [thread overview]
Message-ID: <9d33e4f09468d48a77db6c2dac38e25ff1fb9001.1700084634.git.tristan@cott.am> (raw)
* gnu/packages/emacs-xyz.scm (emacs-adwaita-dark-theme): New variable.
Change-Id: Id6e6d0d6aa27e7c1cc6ec0fc11c3a5f09231d751
---
> FWIW, changing the Version keyword in the header is a release. Also, it
> has the benefit of making the version number more meaningful.
I agree, I had missed that version bump commit. However, it isn't in fact the
last one, so I left the rest as it is.
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 be7ffd1f37..443f315f23 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1995,6 +1995,29 @@ (define-public emacs-suneater-theme
theme but now takes more inspiration from the Nano theme.")
(license license:gpl3+)))
+(define-public emacs-adwaita-dark-theme
+ (let ((commit "a97d5d5f5657a52c3b4c4b146b4d307dfb1a7a74")
+ (revision "0"))
+ (package
+ (name "emacs-adwaita-dark-theme")
+ (version (git-version "1.1.1" revision commit))
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://gitlab.com/jessieh/adwaita-dark-theme")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0g8fjqmz805fhqspbzmpvb90kpzwigl4z56bkykywgy2cwb9ljzh"))))
+ (build-system emacs-build-system)
+ (home-page "https://gitlab.com/jessieh/adwaita-dark-theme")
+ (synopsis "Adwaita-inspired dark color scheme for Emacs")
+ (description
+ "adwaita-dark-theme is an Adwaita-inspired dark color scheme for
+Emacs.")
+ (license license:gpl2+))))
+
(define-public emacs-treepy
(package
(name "emacs-treepy")
base-commit: bd0f2173210416e86281c1de8789e7cdab66dd57
prerequisite-patch-id: 5e36e77f4fa1848dbd20c2e5d5cec31d2473c2a8
--
2.41.0
next reply other threads:[~2023-11-15 21:48 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-15 21:43 Tristan Cottam via Guix-patches via [this message]
2023-11-16 11:58 ` [bug#67211] [PATCH] gnu: Add emacs-adwaita-dark-theme Nicolas Goaziou via Guix-patches via
2023-11-16 15:38 ` Tristan Cottam via Guix-patches via
2023-11-16 19:57 ` Nicolas Goaziou via Guix-patches via
2023-11-16 20:35 ` bug#67211: " Tristan Cottam via Guix-patches via
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
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=9d33e4f09468d48a77db6c2dac38e25ff1fb9001.1700084634.git.tristan@cott.am \
--to=guix-patches@gnu.org \
--cc=67211@debbugs.gnu.org \
--cc=andrew@trop.in \
--cc=cox.katherine.e+guix@gmail.com \
--cc=liliana.prikler@gmail.com \
--cc=tristan@cott.am \
/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 public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).