An open API service indexing awesome lists of open source software.

https://github.com/artawower/doom-deep-atom

Doom deep atom theme
https://github.com/artawower/doom-deep-atom

atom-one-dark doom emacs package theme

Last synced: about 2 months ago
JSON representation

Doom deep atom theme

Awesome Lists containing this project

README

        

:PROPERTIES:
:ID: #+html: #+html:
:END:

#+TITLE: ✨ Doom deep atom theme

#+html:


#+html:
#+html: Buy Me A Coffee donate button
#+html:

#+html:
#+html: Patreon donate button
#+html:

#+html:

#+html:


#+html: screenshot
#+html:

* Install
First, copy the files to =~/.doom.d/themes/= or =~/.emacs.d/= depending on your local setup.

For example
#+BEGIN_SRC bash
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
#+END_SRC

For doom emacs add:
#+BEGIN_SRC emacs-lisp
(after! doom-themes
(load-theme 'doom-deep-atom t))
#+END_SRC

for vanilla emacs add:

#+BEGIN_SRC emacs-lisp
(use-package doom-themes
:ensure t
:config
(load-theme 'doom-deep-atom t)
;; Your config here
)
#+END_SRC
* 🍩 Contribute guide
Any contribution is very much appreciated!
I would also appreciate it if you would consider becoming my [[https://www.patreon.com/artawower][patron]]
contribute