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
|
(dotted/new
|
||||||
"Solarized Light"
|
"Solarized Light"
|
||||||
(make-theme
|
(make-theme
|
||||||
:font "Input Mono Medium"
|
:font "JetBrainsMono"
|
||||||
:wallpaper "solarized_light_thinkpad.jpg"
|
:wallpaper "solarized_light_thinkpad.jpg"
|
||||||
:colorscheme 'doom-solarized-light))
|
:colorscheme 'doom-solarized-light))
|
||||||
(dotted/new
|
(dotted/new
|
||||||
|
@ -93,7 +93,7 @@
|
||||||
(dotted/new
|
(dotted/new
|
||||||
"Edison Lightbulb"
|
"Edison Lightbulb"
|
||||||
(make-theme
|
(make-theme
|
||||||
:font "Operator Mono Light"
|
:font "Mononoki Medium"
|
||||||
:wallpaper "lightbulb_4k.jpg"
|
:wallpaper "lightbulb_4k.jpg"
|
||||||
:colorscheme 'base16-atelier-cave))
|
:colorscheme 'base16-atelier-cave))
|
||||||
(dotted/new
|
(dotted/new
|
||||||
|
|
Loading…
Reference in a new issue