1
0

themes should be available but not loaded, changes frequently

This commit is contained in:
zdm 2021-02-03 21:04:29 -07:00
parent 147a6e4788
commit 7fa272c45f

View File

@ -153,9 +153,10 @@
'(menu-bar-mode scroll-bar-mode tool-bar-mode))
(use-package doom-themes
:ensure t
:config
(load-theme 'doom-wilmersdorf t))
:ensure t)
(use-package color-theme-sanityinc-tomorrow
:ensure t)
(add-to-list 'default-frame-alist '(font . "Iosevka Custom 13"))