[emacs] Update fonts and theme

This commit is contained in:
2023-03-15 16:37:42 -04:00
parent 305518e9cd
commit cc2fe67446
3 changed files with 7 additions and 7 deletions

View File

@ -32,9 +32,9 @@ I change my default theme almost as often as the weather. I tend to revert back
to Doom One most of the time, but I like the Kaolin themes, as well as Nimbus
for it's retro charm. Nimbus just doesn't look great when I'm tired though.
#+BEGIN_SRC emacs-lisp
(setq doom-theme 'doom-tokyo-night
doom-font (font-spec :family "Iosevka" :size 14 :weight 'regular)
doom-big-font (font-spec :family "Iosevka" :size 17 :weight 'regular)
(setq doom-theme 'moe-dark
doom-font (font-spec :family "IBM Plex Mono" :size 13 :weight 'regular)
doom-big-font (font-spec :family "IBM Plex Mono" :size 17 :weight 'regular)
doom-variable-pitch-font (font-spec :family "Overpass" :size 12))
#+END_SRC
** Borders