.emacs.d/theme.el

8 lines
161 B
EmacsLisp
Raw Normal View History

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