/doom-moonfly-theme

vim-moonfly theme port to doom emacs

Primary LanguageEmacs LispMIT LicenseMIT

Doom Moonfly theme

This is a port of vim-moonfly-colors for Doom Emacs.

NOTE: it's still a work in progress. Screenshots are outdated. Will change them soon.

screenshots

Manual Installation

Drop doom-moonfly-theme.el in your ~/.doom.d/themes/ directory.

Using package!

Add the following to your ~/.doom.d/packages.el

(package! doom-moonfly-theme
  :recipe (:host github
           :repo "stackmystack/doom-moonfly-theme"))

Set

(setq doom-theme 'doom-moonfly)