unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Adam Kandur <kefironpremise@gmail.com>
To: 55152@debbugs.gnu.org
Cc: Adam Kandur <kefironpremise@gmail.com>
Subject: [bug#55152] [PATCH] gnu: Add emacs-soothe-theme.
Date: Wed, 27 Apr 2022 16:31:37 +0300	[thread overview]
Message-ID: <20220427133137.2603-1-kefironpremise@gmail.com> (raw)

* gnu/packages/emacs-xyz.scm (emacs-soothe-theme): New variable.
---
 gnu/packages/emacs-xyz.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index db1663c..34658e4 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1482,6 +1482,30 @@ (define-public emacs-solidity
 a constant work in progress as the language itself also progresses.")
       (license license:gpl3+))))
 
+(define-public emacs-soothe-theme
+  (let ((commit "0786fe70c6c1b4ddcfb932fdc6862b9611cfc09b")
+        (revision "0"))
+    (package
+      (name "emacs-soothe-theme")
+      (version (git-version "0.1" revision commit))
+      (source
+       (origin
+	 (method git-fetch)
+	 (uri (git-reference
+	       (url "https://github.com/emacsfodder/emacs-soothe-theme.git")
+	       (commit commit)))
+	 (file-name (git-file-name name version))
+	 (sha256
+	  (base32 "10gh1hvxq9gm29r6qzlnva7vjidd7n4kih4z2ihyvbvy9za20xqw"))))
+      (build-system emacs-build-system)
+      (home-page "https://github.com/emacsfodder/emacs-soothe-theme.git")
+      (synopsis "A colorful, but muted theme for Emacs 24, dark background with light text")
+      (description
+       "An amalgam of muted color tones and highlighted backgrounds.  Builtin support 
+for rainbow-delimiters, org-mode, whitespace-mode, ECB, flyspell, ido, linum, highlight
+indentation, show-paren-mode, further mode support to come.")
+      (license license:gpl3+))))
+
 (define-public emacs-unpackaged-el
   (let ((commit "746801a677ada6cd6fa076e423aa0953779f3fad")
         (revision "3"))
-- 
2.35.1





             reply	other threads:[~2022-04-27 15:07 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-27 13:31 Adam Kandur [this message]
2022-06-27 10:27 ` [bug#55152] [PATCH] gnu: Add emacs-soothe-theme Nicolas Goaziou
2022-07-20 13:01   ` bug#55152: " 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

  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=20220427133137.2603-1-kefironpremise@gmail.com \
    --to=kefironpremise@gmail.com \
    --cc=55152@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 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).