guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: Add emacs-soothe-theme.


From: guix-commits
Subject: branch master updated: gnu: Add emacs-soothe-theme.
Date: Wed, 20 Jul 2022 09:00:40 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new b8e17dc223 gnu: Add emacs-soothe-theme.
b8e17dc223 is described below

commit b8e17dc2234121fe5ec2e2e2ac748c7b82edbb3d
Author: Adam Kandur <kefironpremise@gmail.com>
AuthorDate: Thu Jul 14 13:42:13 2022 +0300

    gnu: Add emacs-soothe-theme.
    
    * gnu/packages/emacs-xyz.scm (emacs-soothe-theme): New variable.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/emacs-xyz.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index f595dcdebc..3a2fcd25cc 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -7521,6 +7521,32 @@ to a key in your preferred mode.")
 SuperCollider is a platform for audio synthesis and algorithmic composition.")
       (license license:gpl2+))))
 
+(define-public emacs-soothe-theme
+  ;; There is no named branch.
+  (let ((commit "0786fe70c6c1b4ddcfb932fdc6862b9611cfc09b")
+       (revision "0"))
+    (package
+     (name "emacs-soothe-theme")
+     (version (git-version "20141027.2233" revision commit))
+     (source
+      (origin
+       (method git-fetch)
+       (uri (git-reference
+            (url "https://github.com/emacsfodder/emacs-soothe-theme";)
+            (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";)
+     (synopsis "Colorful, but muted theme for Emacs, dark background with 
light text")
+     (description
+      "Soothe theme is an amalgam of muted color tones and highlighted
+backgrounds.  It has builtin support for Rainbow delimiters, Org mode,
+Whitespace mode, ECB, Flyspell, Ido, Linum, highlight indentation, Show Paren
+mode.")
+     (license license:gpl3))))
+
 (define-public emacs-company-auctex
   (let ((commit "48c42c58ce2f0e693301b0cb2d085055410c1b25")
         (revision "1"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]