mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 15:22:18 -05:00
gnu: Add emacs-monokai-theme.
* gnu/packages/emacs-xyz.scm (emacs-monokai-theme): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
d360528512
commit
d8ef0fe30c
1 changed files with 21 additions and 0 deletions
|
@ -25310,6 +25310,27 @@ (define-public emacs-rocket-chat
|
||||||
service.")
|
service.")
|
||||||
(license license:expat))))
|
(license license:expat))))
|
||||||
|
|
||||||
|
(define-public emacs-monokai-theme
|
||||||
|
(package
|
||||||
|
(name "emacs-monokai-theme")
|
||||||
|
(version "3.5.3")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/oneKelvinSmith/monokai-emacs")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "0dy8c3349j7fmp8052hbgvk0b7ldlv5jqpg0paq1i0hlypivd30i"))))
|
||||||
|
(build-system emacs-build-system)
|
||||||
|
(home-page "https://github.com/oneKelvinSmith/monokai-emacs")
|
||||||
|
(synopsis "High contrast color theme for Emacs")
|
||||||
|
(description
|
||||||
|
"Monokai theme is a port of the popular TextMate Monokai theme for
|
||||||
|
Emacs.")
|
||||||
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-nord-theme
|
(define-public emacs-nord-theme
|
||||||
(package
|
(package
|
||||||
(name "emacs-nord-theme")
|
(name "emacs-nord-theme")
|
||||||
|
|
Loading…
Reference in a new issue