Try out a new theme

This commit is contained in:
Niten 2022-07-09 21:55:24 -05:00
parent b0cd3ef52e
commit f5f64049e4
1 changed files with 2 additions and 1 deletions

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-snazzy)
;;(setq doom-theme 'doom-snazzy)
(setq doom-theme 'doom-tokyo-night)
;; 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!