From dccfdef52276d2e91767aac59efd8443b010cad5 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Thu, 16 Dec 2021 00:12:34 -0500 Subject: feat(wpcarro/emacs): Prefer doom-peacock theme Tis the season for a dark theme Change-Id: I3a0354a3eaa4294e51f14e5af52a12be01e89300 Reviewed-on: https://cl.tvl.fyi/c/depot/+/4355 Tested-by: BuildkiteCI Reviewed-by: wpcarro --- users/wpcarro/emacs/.emacs.d/wpc/wpc-ui.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'users/wpcarro/emacs/.emacs.d') 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 -- cgit 1.4.1