~ruther/guix-local

5ab68b1adf4d3c7f451fe6d34a00940fa7c31863 — Cayetano Santos 7 months ago b4003b4
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>
1 files changed, 23 insertions(+), 0 deletions(-)

M gnu/packages/emacs-xyz.scm
M gnu/packages/emacs-xyz.scm => gnu/packages/emacs-xyz.scm +23 -0
@@ 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"))