guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: Add emacs-quasi-monochrome.


From: guix-commits
Subject: 01/01: gnu: Add emacs-quasi-monochrome.
Date: Wed, 11 Dec 2019 16:47:47 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 3158c805f02aea24427299813c5615abdbbdf2a9
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Dec 11 22:47:26 2019 +0100

    gnu: Add emacs-quasi-monochrome.
    
    * gnu/packages/emacs-xyz.scm (emacs-quasi-monochrome): 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 6a5c192..c7da8b9 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -19758,6 +19758,30 @@ You can customize: @code{tao-theme-scale-fn}, that 
returns 16 2-digit numbers;
 @code{almost-mono-black} and @code{almost-mono-white}.")
       (license license:gpl3+))))
 
+(define-public emacs-quasi-monochrome
+  (let ((commit "68060dbbc0bbfe4924387392874186c5a29bb434")
+        (revision "0"))
+    (package
+      (name "emacs-quasi-monochrome")
+      (version (git-version "1.2" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/lbolla/emacs-quasi-monochrome.git";)
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32
+           "0zp2xr0bjfqrpb0bqczzick1vvbjmipjavrdi70kw6a9caynvq22"))))
+      (build-system emacs-build-system)
+      (home-page "https://github.com/lbolla/emacs-quasi-monochrome";)
+      (synopsis "Dark color theme for Emacs")
+      (description
+       "This package provides a dark color theme with a black background, high
+contrast and few colors.")
+      (license license:gpl3+))))
+
 (define-public emacs-doom-themes
   (package
     (name "emacs-doom-themes")



reply via email to

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