diff options
Diffstat (limited to 'users/wpcarro/emacs/.emacs.d/wpc/wpc-ui.el')
-rw-r--r-- | users/wpcarro/emacs/.emacs.d/wpc/wpc-ui.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/wpcarro/emacs/.emacs.d/wpc/wpc-ui.el b/users/wpcarro/emacs/.emacs.d/wpc/wpc-ui.el index b5f426b3dfda..40b073746d79 100644 --- a/users/wpcarro/emacs/.emacs.d/wpc/wpc-ui.el +++ b/users/wpcarro/emacs/.emacs.d/wpc/wpc-ui.el @@ -166,7 +166,7 @@ (progn (fonts-whitelist-set "JetBrainsMono") (fonts-enable-ligatures) - (colorscheme-whitelist-set 'doom-peacock) + (colorscheme-whitelist-set 'doom-one-light) ;; the doom-acario-dark theme uses "Monospace Serif" as the font for ;; comments, and I'd prefer JetBrainsMono (no italics). (set-face-attribute font-lock-comment-face nil |