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
- Host: GitHub
- URL: https://github.com/artawower/doom-deep-atom
- Owner: Artawower
- License: gpl-3.0
- Created: 2024-01-18T20:31:56.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-18T22:17:11.000Z (over 1 year ago)
- Last Synced: 2025-04-04T18:48:23.331Z (about 2 months ago)
- Topics: atom-one-dark, doom, emacs, package, theme
- Language: Emacs Lisp
- Homepage:
- Size: 248 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
Awesome Lists containing this project
README
:PROPERTIES:
:ID: #+html: #+html:
:END:#+TITLE: ✨ Doom deep atom theme
#+html:
#+html:
#+html:![]()
#+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_SRCFor doom emacs add:
#+BEGIN_SRC emacs-lisp
(after! doom-themes
(load-theme 'doom-deep-atom t))
#+END_SRCfor 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