[emacs] Let's use tokyo-night for a while

This commit is contained in:
2023-01-11 17:54:01 -05:00
parent f7b7e6f494
commit 654a4e7a06
2 changed files with 341 additions and 3 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-one
doom-font (font-spec :family "FuraCode Nerd Font Mono" :size 12 :weight 'regular)
doom-big-font (font-spec :family "JetBrains Mono" :size 16 :weight 'regular)
(setq doom-theme 'doom-tokyo-night
doom-font (font-spec :family "Iosevka" :size 12 :weight 'regular)
doom-big-font (font-spec :family "Iosevka" :size 16 :weight 'regular)
doom-variable-pitch-font (font-spec :family "Overpass" :size 12))
#+END_SRC
** Borders