guix-patches
[Top][All Lists]
Advanced

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

[bug#66550] [PATCH] gnu: Add emacs-color-theme-sanityinc-solarized.


From: Rostislav Svoboda
Subject: [bug#66550] [PATCH] gnu: Add emacs-color-theme-sanityinc-solarized.
Date: Sun, 15 Oct 2023 00:04:06 +0200

* gnu/packages/emacs-xyz.scm (emacs-color-theme-sanityinc-solarized): 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 b5fd851b38..26ea9dd84b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -11081,6 +11081,30 @@ (define-public emacs-color-theme-sanityinc-tomorrow
 extensive face definitions than the \"official\" Emacs variant.")
       (license license:gpl3+))))
 
+(define-public emacs-color-theme-sanityinc-solarized
+  (let ((commit "b8f4a65bd53b97b56b93fff2fb14f71b2831aa6f")
+        (revision "0"))
+    (package
+      (name "emacs-color-theme-sanityinc-solarized")
+      (version (git-version "0" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url 
"https://github.com/purcell/color-theme-sanityinc-solarized";)
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "10vfbl9dry03dw264w7b4grmzcv78x3p7r86bsyhyl74hwwvx1hp"))))
+      (build-system emacs-build-system)
+      (home-page "https://github.com/purcell/color-theme-sanityinc-solarized";)
+      (synopsis
+       "Emacs color themes based on Ethan Schoonover's 'solarized' theme")
+      (description
+       "An alternate Emacs color-theme version of Ethan Schoonover's 
\"Solarized\"
+theme pair.")
+      (license license:gpl3+))))
+
 (define-public emacs-solarized-theme
   (package
     (name "emacs-solarized-theme")

base-commit: 3d0cdf963820da665d71987c15cae6e503efc701
prerequisite-patch-id: 0d0169efa833e9dd39a2b5c7ff264f733f212e5b
-- 
2.41.0






reply via email to

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