mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add emacs-rebecca-theme.
* gnu/packages/emacs-xyz.scm (emacs-rebecca-theme): New variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
34a34d64b5
commit
06166d370a
1 changed files with 24 additions and 0 deletions
|
@ -3491,6 +3491,30 @@ read-only based on user configuration. User configuration may be prefix
|
||||||
directories or regex patterns.")
|
directories or regex patterns.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
|
;; Use latest commit since there are no tags anymore for several versions
|
||||||
|
(define-public emacs-rebecca-theme
|
||||||
|
(let ((commit "4b8b5aae9099185e07c2b4cac4943c7f66a3f003")
|
||||||
|
(revision "0"))
|
||||||
|
(package
|
||||||
|
(name "emacs-rebecca-theme")
|
||||||
|
(version (git-version "1.3.2" revision commit))
|
||||||
|
(source (origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/vic/rebecca-theme")
|
||||||
|
(commit commit)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0y2kcs6zgi3dijagyz6lxbv6gi2mih8m943fhjrzkj35wfvjmhsz"))))
|
||||||
|
(build-system emacs-build-system)
|
||||||
|
(home-page "https://github.com/vic/rebecca-theme")
|
||||||
|
(synopsis "Dark Emacs theme with purple/violet colors")
|
||||||
|
(description
|
||||||
|
"Rebecca Emacs theme is a dark theme with purple/violet colors, based on
|
||||||
|
the @code{Dracula} theme for Emacs and the @code{Gloom} theme for Atom.")
|
||||||
|
(license license:expat))))
|
||||||
|
|
||||||
(define-public emacs-bbdb
|
(define-public emacs-bbdb
|
||||||
(package
|
(package
|
||||||
(name "emacs-bbdb")
|
(name "emacs-bbdb")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue