emacs : monokai -> dracula

This commit is contained in:
2022-05-25 19:37:30 +09:00
parent 3f05c177e9
commit de5635d277

View File

@ -47,7 +47,8 @@
;; `load-theme' function. This is the default:
(if (display-graphic-p)
;;(setq doom-theme 'doom-palenight)
(setq doom-theme 'doom-monokai-pro)
;;(setq doom-theme 'doom-monokai-pro)
(setq doom-theme 'doom-dracula)
;;(setq doom-theme 'doom-one)
(setq doom-theme 'doom-gruvbox))
(unless (display-graphic-p)