§DOOM Emacs
§Installing theme
- Open your
.doom.d/config.el
; - Add the following lines after the comments:
;; There are two ways to load a theme. Both assume the theme is installed and
;; available. You can either set `doom-theme' or manually load a theme with the
;; `load-theme' function. This is the default:
(setq doom-theme 'doom-dracula) ;; << This line enables the theme
§Activating theme
- Press
M-x
and selectdoom/reload
to apply the changes; - If changes doesn't apply, close and re-open the Emacs.