First, copy the files to ~/.doom.d/themes/
or ~/.emacs.d/
depending on your local setup.
For example
git clone https://github.com/Artawower/doom-deep-atom
mv ~/doom-deep-atom/doom-deep-atom-theme.el ~/.emacs.d/
rm -rf doom-deep-atom
For doom emacs add:
(after! doom-themes
(load-theme 'doom-deep-atom t))
for vanilla emacs add:
(use-package doom-themes
:ensure t
:config
(load-theme 'doom-deep-atom t)
;; Your config here
)
Any contribution is very much appreciated! I would also appreciate it if you would consider becoming my patron contribute