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.
Drop doom-moonfly-theme.el
in your ~/.doom.d/themes/
directory.
Add the following to your ~/.doom.d/packages.el
(package! doom-moonfly-theme
:recipe (:host github
:repo "stackmystack/doom-moonfly-theme"))
(setq doom-theme 'doom-moonfly)