diff options
author | William Carroll <wpcarro@gmail.com> | 2021-10-07T01·25-0700 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2021-10-07T01·25-0700 |
commit | f6ade91595b784dd3022dd79a82804ceb5ea4084 (patch) | |
tree | af1c32c1b86868434eb6215ef8992d9747ee63ed | |
parent | 11771201c259a96acec0c6d093e6513f96404708 (diff) |
Prefer Solarized Light
Ch-ch-ch-changes
-rw-r--r-- | emacs/.emacs.d/wpc/wpc-ui.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.emacs.d/wpc/wpc-ui.el b/emacs/.emacs.d/wpc/wpc-ui.el index 0bfe6577ca76..fd025ddd8fb3 100644 --- a/emacs/.emacs.d/wpc/wpc-ui.el +++ b/emacs/.emacs.d/wpc/wpc-ui.el @@ -167,7 +167,7 @@ (progn (fonts-whitelist-set "JetBrainsMono") (fonts-enable-ligatures) - (colorscheme-whitelist-set 'doom-acario-dark) + (colorscheme-whitelist-set 'doom-solarized-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 |