Skip to content

Artawower/doom-deep-atom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

✨ Doom deep atom theme

Buy Me A Coffee donate button Patreon donate button
screenshot

Install

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
  )

🍩 Contribute guide

Any contribution is very much appreciated! I would also appreciate it if you would consider becoming my patron contribute

About

Doom deep atom theme

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published