diff options
-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 fd025ddd8fb3..9483e338ade1 100644 --- a/users/wpcarro/emacs/.emacs.d/wpc/wpc-ui.el +++ b/users/wpcarro/emacs/.emacs.d/wpc/wpc-ui.el @@ -167,7 +167,7 @@ (progn (fonts-whitelist-set "JetBrainsMono") (fonts-enable-ligatures) - (colorscheme-whitelist-set 'doom-solarized-light) + (colorscheme-whitelist-set 'doom-peacock) ;; 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 |