mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: Add emacs-abyss-theme.
* gnu/packages/emacs-xyz.scm (emacs-abyss-theme): New variable. Signed-off-by: Andrew Tropin <andrew@trop.in>
This commit is contained in:
parent
3b77a06f3b
commit
ebaeeacc84
1 changed files with 24 additions and 0 deletions
|
@ -2616,6 +2616,30 @@ (define-public emacs-a
|
|||
index is considered the key).")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-abyss-theme
|
||||
(package
|
||||
(name "emacs-abyss-theme")
|
||||
(version "0.7")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/mgrbyte/emacs-abyss-theme")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"07z0djv7h3yrv4iw9n633j6dxzxb4nnzijsqkmz22ik6fbwxg5mh"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/mgrbyte/emacs-abyss-theme")
|
||||
(synopsis "Dark theme with strong colours for Emacs")
|
||||
(description
|
||||
"A dark theme with contrasting colours for Emacs based on the
|
||||
@url{https://github.com/andre-richter/emacs-lush-theme, @code{lush}} theme by
|
||||
Andre Richter, using the same colours palette as the the built-in
|
||||
@code{dichromacy} theme; intended to be suitable
|
||||
for red/green colour blind users.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-ace-jump-mode
|
||||
(package
|
||||
(name "emacs-ace-jump-mode")
|
||||
|
|
Loading…
Reference in a new issue