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.
This commit is contained in:
parent
8c3cd62ae3
commit
f4d588b683
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue