mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: Add emacs-almost-mono-themes.
* gnu/packages/emacs-xyz.scm (emacs-almost-mono-themes): New variable.
This commit is contained in:
parent
b0945d6944
commit
1f3a2ebd6a
1 changed files with 24 additions and 0 deletions
|
@ -19734,6 +19734,30 @@ (define-public emacs-tao-theme
|
|||
@code{tao-theme-use-height}.")
|
||||
(license license:gpl3+))))
|
||||
|
||||
(define-public emacs-almost-mono-themes
|
||||
(let ((commit "c3a85c1a665530a5d830665969725cdba8eceb75")
|
||||
(revision "0"))
|
||||
(package
|
||||
(name "emacs-almost-mono-themes")
|
||||
(version (git-version "0" revision commit))
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/cryon/almost-mono-themes.git")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"034k32xkr5ma415hlkbl35z0jxc4sa1inf87hg3y6lrlfl83fyjh"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/cryon/almost-mono-themes")
|
||||
(synopsis "Almost monochromatic themes for emacs in a few variants")
|
||||
(description
|
||||
"This package provides a collection of almost monochrome Emacs themes:
|
||||
@code{almost-mono-black} and @code{almost-mono-white}.")
|
||||
(license license:gpl3+))))
|
||||
|
||||
(define-public emacs-doom-themes
|
||||
(package
|
||||
(name "emacs-doom-themes")
|
||||
|
|
Loading…
Reference in a new issue