Skip to content

daut/miasma-theme.el

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Miasma: A Dark Color Theme for Emacs

MELPA GPLv3

Emacs color theme inspired by the woods. It is mostly a direct port of Miasma theme.

https://raw.githubusercontent.com/daut/miasma-theme.el/main/screenshots/preview.png

Installation

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))

Manual

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)

Screenshots

https://raw.githubusercontent.com/daut/miasma-theme.el/main/screenshots/intro.png https://raw.githubusercontent.com/daut/miasma-theme.el/main/screenshots/preview.png https://raw.githubusercontent.com/daut/miasma-theme.el/main/screenshots/org.png

About

🌲 Emacs color theme inspired by the woods

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published