mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: Add emacs-base16-theme.
* gnu/packages/emacs.scm (emacs-base16-theme): New variable. Signed-off-by: Alex Kost <alezost@gmail.com>
This commit is contained in:
parent
eaf4ba6ef3
commit
4da9beab14
1 changed files with 21 additions and 0 deletions
|
@ -2625,6 +2625,27 @@ (define-public emacs-2048-game
|
||||||
board and goal value can be customized.")
|
board and goal value can be customized.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
|
(define-public emacs-base16-theme
|
||||||
|
(package
|
||||||
|
(name "emacs-base16-theme")
|
||||||
|
(version "2.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append "https://stable.melpa.org/packages/base16-theme-"
|
||||||
|
version ".tar"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0z6hrwz2jlz6jbr381rcqcqvx6hss5cad352klx07rark7zccacj"))))
|
||||||
|
(build-system emacs-build-system)
|
||||||
|
(home-page "https://github.com/belak/base16-emacs")
|
||||||
|
(synopsis "Base16 color themes for Emacs")
|
||||||
|
(description
|
||||||
|
"Base16 provides carefully chosen syntax highlighting and a default set
|
||||||
|
of sixteen colors suitable for a wide range of applications. Base16 is not a
|
||||||
|
single theme but a set of guidelines with numerous implementations.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public emacs-smartparens
|
(define-public emacs-smartparens
|
||||||
(package
|
(package
|
||||||
(name "emacs-smartparens")
|
(name "emacs-smartparens")
|
||||||
|
|
Loading…
Reference in a new issue