mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add emacs-doric-themes.
* gnu/packages/emacs-xyz.scm (emacs-doric-themes): New variable. Change-Id: I3bed3c1bb9bf13192585cfdef2a09e5b67d29953 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
b4003b40b0
commit
5ab68b1adf
1 changed files with 23 additions and 0 deletions
|
@ -8455,6 +8455,29 @@ whose goal is to provide colorful yet legible options for users who want
|
|||
something with a bit more flair than the Modus themes.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-doric-themes
|
||||
(package
|
||||
(name "emacs-doric-themes")
|
||||
(version "0.4.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/protesilaos/doric-themes")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "06kvv5hvqig1sngzzvpxfpb9wln9fv2b7krjmvb0n3kvp0s0bxmd"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments (list #:tests? #f)) ;no tests
|
||||
(home-page "https://github.com/protesilaos/doric-themes")
|
||||
(synopsis "Highly readable minimalist Emacs themes")
|
||||
(description
|
||||
"This package provides a set of Emacs themes that conform with a
|
||||
minimalist aesthetic: they use few colours and appear monochromatic in many
|
||||
contexts")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-eslint-flymake
|
||||
(let ((commit "c78246330ee3ac1e0e07a709473d98a113d268e5")
|
||||
(revision "1"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue