mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: Add emacs-ample-theme.
* gnu/packages/emacs-xyz.scm (emacs-ample-theme): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
8ec7ca22d3
commit
e30bb63c29
1 changed files with 24 additions and 0 deletions
|
@ -1005,6 +1005,30 @@ (define-public emacs-ample-regexps
|
|||
and reused.")
|
||||
(license license:gpl3+))))
|
||||
|
||||
(define-public emacs-ample-theme
|
||||
(let ((commit "536966adf882446165a1f756830028faa792c7a9")
|
||||
(revision "1"))
|
||||
(package
|
||||
(name "emacs-ample-theme")
|
||||
(version (git-version "0.0.0" revision commit))
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/jordonbiondo/ample-theme")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"07bpv8dag40qjnm5000pgzpazj4whfxf93x2vprz26sg3mjfx0nf"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/jordonbiondo/ample-theme")
|
||||
(synopsis "Theme for Emacs providing dark, light, and flat versions")
|
||||
(description "Ample themes is a collection of three themes sharing a
|
||||
similar pallet with a light, dark and flat versions with a focus on being easy
|
||||
on the eyes during night and day. They only support GUI and 256 colour
|
||||
terminals.")
|
||||
(license license:gpl3+))))
|
||||
|
||||
(define-public emacs-reformatter
|
||||
(package
|
||||
(name "emacs-reformatter")
|
||||
|
|
Loading…
Reference in a new issue