.emacs.d/pkg/doom-themes.el

9 lines
198 B
EmacsLisp

;; Use the `doom-tokyo-night` theme.
;; https://github.com/doomemacs/themes
(use-package doom-themes
:ensure t
:config
(load-theme 'doom-tokyo-night t)
;(doom-themes-visual-bell-config)
)