diff options
author | William Carroll <wpcarro@gmail.com> | 2021-12-16T05·12-0500 |
---|---|---|
committer | wpcarro <wpcarro@gmail.com> | 2021-12-16T22·07+0000 |
commit | dccfdef52276d2e91767aac59efd8443b010cad5 (patch) | |
tree | 21fca6bfd306a03e4bca59884609557343cbef16 /users/wpcarro/emacs/.emacs.d | |
parent | ec76f6264db80329bc8ac6172753f7dd45c7eed9 (diff) |
feat(wpcarro/emacs): Prefer doom-peacock theme r/3276
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 <wpcarro@gmail.com>
Diffstat (limited to 'users/wpcarro/emacs/.emacs.d')
-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 |