diff options
author | William Carroll <wpcarro@gmail.com> | 2020-01-16T19·20+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-01-17T10·56+0000 |
commit | f4d588b68313134f9c659121339b4b43fb750c4b (patch) | |
tree | e4fca075f4919e036e9b2f6735837a75abf5e183 /configs/shared/.emacs.d/wpc | |
parent | 8c3cd62ae34ee53d522f358f3d73d47053047b55 (diff) |
Consume Mononoki and JetBrainsMono in themes.el
I'm liking both of these fonts enough to prefer them over "Input Mono"... at least for the time being.
Diffstat (limited to 'configs/shared/.emacs.d/wpc')
-rw-r--r-- | configs/shared/.emacs.d/wpc/themes.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/shared/.emacs.d/wpc/themes.el b/configs/shared/.emacs.d/wpc/themes.el index 1ea1620c710d..95af48cca2b6 100644 --- a/configs/shared/.emacs.d/wpc/themes.el +++ b/configs/shared/.emacs.d/wpc/themes.el @@ -81,7 +81,7 @@ (dotted/new "Solarized Light" (make-theme - :font "Input Mono Medium" + :font "JetBrainsMono" :wallpaper "solarized_light_thinkpad.jpg" :colorscheme 'doom-solarized-light)) (dotted/new @@ -93,7 +93,7 @@ (dotted/new "Edison Lightbulb" (make-theme - :font "Operator Mono Light" + :font "Mononoki Medium" :wallpaper "lightbulb_4k.jpg" :colorscheme 'base16-atelier-cave)) (dotted/new |