From 2bcb749157333ab99fca9a5f4b46b7986e4f2551 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Sun, 20 Oct 2024 20:50:48 +0100 Subject: Small changes --- Emacs/.config/emacs/elisp/personal-light-theme.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Emacs/.config/emacs/elisp/personal-light-theme.el') 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 -- cgit v1.2.3-13-gbd6f