mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add emacs-modus-themes.
* gnu/packages/emacs-xyz.scm (emacs-modus-themes): New variable.
This commit is contained in:
parent
27664ea0f0
commit
6ffb0b4f6a
1 changed files with 27 additions and 0 deletions
|
@ -19816,6 +19816,33 @@ Emacs that integrate with major modes like Org-mode.")
|
||||||
(home-page "https://github.com/hlissner/emacs-doom-themes")
|
(home-page "https://github.com/hlissner/emacs-doom-themes")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public emacs-modus-themes
|
||||||
|
(package
|
||||||
|
(name "emacs-modus-themes")
|
||||||
|
(version "0.1.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://gitlab.com/protesilaos/modus-themes.git")
|
||||||
|
(commit version)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"15g63675c5df2p0kk2sqj2c8qriyh69lcbggknqlaxapr13giz4x"))))
|
||||||
|
(build-system emacs-build-system)
|
||||||
|
(home-page "https://gitlab.com/protesilaos/modus-themes")
|
||||||
|
(synopsis "Emacs themes designed for colour-contrast accessibility")
|
||||||
|
(description
|
||||||
|
"This is a set of accessible themes for GNU Emacs. The contrast ratio
|
||||||
|
between foreground and background values should always be >= 7:1, which
|
||||||
|
conforms with the WCAG AAA accessibility standard.
|
||||||
|
|
||||||
|
The Modus themes project consists of two standalone items, one where dark text
|
||||||
|
is cast on a light backdrop (Modus Operandi) and another where light text is
|
||||||
|
displayed against a dark background (Modus Vivendi).")
|
||||||
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-elixir-mode
|
(define-public emacs-elixir-mode
|
||||||
(package
|
(package
|
||||||
(name "emacs-elixir-mode")
|
(name "emacs-elixir-mode")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue