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
- Host: GitHub
- URL: https://github.com/b-coimbra/emacs-mirwood-theme
- Owner: b-coimbra
- Created: 2022-03-21T05:04:47.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-26T21:05:41.000Z (about 3 years ago)
- Last Synced: 2025-01-28T17:22:11.821Z (4 months ago)
- Language: Emacs Lisp
- Size: 8.79 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
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_srcWith [[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