diff options
author | William Carroll <wpcarro@gmail.com> | 2021-12-19T13·12-0500 |
---|---|---|
committer | wpcarro <wpcarro@gmail.com> | 2021-12-20T03·01+0000 |
commit | 3359f52806202276f36416aef3d05b9aa0ac79dd (patch) | |
tree | 9a4377fa99e6154fc9c73f4be76245de7cdb4e94 /users | |
parent | 3324210c0aa6ee64e95717966fb55d94764fa7e9 (diff) |
feat(wpcarro/emacs): Prefer light colorscheme r/3323
While I'm in Saint Lucia :) Change-Id: I0e3b13d31e5fff7fa76e69adbd191716fb713325 Reviewed-on: https://cl.tvl.fyi/c/depot/+/4422 Tested-by: BuildkiteCI Reviewed-by: wpcarro <wpcarro@gmail.com>
Diffstat (limited to 'users')
-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 |