mirror of
http://github.com/JaeUs3792/dotfiles
synced 2025-12-13 23:51:34 +09:00
emacs : monokai -> dracula
This commit is contained in:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user