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:
Noah Landis 2020-11-06 16:39:04 -07:00 committed by Nicolas Goaziou
parent d360528512
commit d8ef0fe30c
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -25310,6 +25310,27 @@ (define-public emacs-rocket-chat
service.")
(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
(package
(name "emacs-nord-theme")