Change emacs theme to palenight

This commit is contained in:
RealStickman 2020-10-20 14:46:22 +02:00
parent c18c245a33
commit 4cec5d6fb3

View File

@ -25,7 +25,8 @@
;; 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-one)
;(setq doom-theme 'doom-one)
(setq doom-theme 'doom-palenight)
;; If you use `org' and don't want your org files in the default location below,
;; change `org-directory'. It must be set before org loads!