An open API service indexing awesome lists of open source software.

https://github.com/b-coimbra/emacs-mirwood-theme

A pleasant theme with earthy shades
https://github.com/b-coimbra/emacs-mirwood-theme

Last synced: 2 months ago
JSON representation

A pleasant theme with earthy shades

Awesome Lists containing this project

README

        

#+TITLE: Mirwood theme

A pleaseant theme with earthy colors, inspired by Gruvbox.

[[https://i.imgur.com/V4i18Q4.jpg]]

* Installation

With [[https://github.com/raxod502/straight.el][straight.el]]:

#+begin_src emacs-lisp
(straight-use-package
'(emacs-mirwood-theme :type git :host github
:repo "b-coimbra/emacs-mirwood-theme"))
#+end_src

With [[https://github.com/quelpa/quelpa-use-package][quelpa]]:

#+begin_src emacs-lisp
(use-package mirwood
:quelpa (mirwood :fetcher github :repo "b-coimbra/emacs-mirwood-theme"))
#+end_src