diff options
Diffstat (limited to 'Emacs/.config/emacs/elisp/personal-light-theme.el')
-rw-r--r-- | Emacs/.config/emacs/elisp/personal-light-theme.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emacs/.config/emacs/elisp/personal-light-theme.el b/Emacs/.config/emacs/elisp/personal-light-theme.el index 78c8fa9..c8e4f3e 100644 --- a/Emacs/.config/emacs/elisp/personal-light-theme.el +++ b/Emacs/.config/emacs/elisp/personal-light-theme.el @@ -99,7 +99,7 @@ '(whitespace-line ((t (:inherit default :background "#e3e3e3" :foreground "violet")))) '(whitespace-space ((t (:inherit default :background "#e3e3e3" :foreground "blue")))) '(whitespace-tab ((t (:inherit default :background "#e3e3e3" :foreground "grey20")))) - '(default ((t (:family "RecMonoDuotone Nerd Font Propo" :foundry "ADBO" + '(default ((t (:family "JetBrains Mono" :foundry "ADBO" :width normal :weight normal :slant normal :underline nil :overline nil :extend nil :strike-through nil :box nil :inverse-video nil :foreground "#2E3436" :background "#EDEDED" :stipple nil :inherit |