From f4d588b68313134f9c659121339b4b43fb750c4b Mon Sep 17 00:00:00 2001 From: William Carroll Date: Thu, 16 Jan 2020 19:20:41 +0000 Subject: [PATCH] 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. --- configs/shared/.emacs.d/wpc/themes.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/shared/.emacs.d/wpc/themes.el b/configs/shared/.emacs.d/wpc/themes.el index 1ea1620c7..95af48cca 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