Emacs color theme inspired by the woods. It is mostly a direct port of Miasma theme.
miasma-theme
is available on MELPA. Ensure MELPA is added to your package archives, and then add the following to your init.el
file.
(use-package miasma-theme
:config
(load-theme 'miasma t))
Download miasma-theme.el
file to the ~/.emacs.d/themes/
directory. Add these lines to your init.el
file.
(add-to-list 'custom-theme-load-path (concat user-emacs-directory "/themes/"))
(load-theme 'miasma t)