From 82acf9968cb4febd71a0c7fb9fb8fdc17b0c54de Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Sun, 10 Dec 2023 14:05:41 +0100 Subject: changed font --- dracula-custom-theme.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dracula-custom-theme.el b/dracula-custom-theme.el index a121516..7b03efb 100644 --- a/dracula-custom-theme.el +++ b/dracula-custom-theme.el @@ -47,7 +47,6 @@ '(match ((t (:foreground "#282a36" :background "#f1fa8c")))) '(next-error ((t (:inherit (region))))) '(query-replace ((t (:inherit (isearch))))) - '(default ((t (:family "Hack Nerd Font" :foundry "SRC" :width normal :height 113 :weight normal :slant normal :underline nil :overline nil :extend nil :strike-through nil :box nil :inverse-video nil :foreground "#F8F8F2" :background "#000000" :stipple nil :inherit nil))))) + '(default ((t (:inherit nil :extend nil :stipple nil :background "#000000" :foreground "#F8F8F2" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 113 :width normal :family "Iosevka"))))) (provide-theme 'dracula-custom) - -- cgit v1.2.3