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