diff options
| author | yuzu-eva <stevenhu@web.de> | 2023-12-10 14:05:41 +0100 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2023-12-10 14:05:41 +0100 |
| commit | 82acf9968cb4febd71a0c7fb9fb8fdc17b0c54de (patch) | |
| tree | a7127151aa1c2d1a304556a5390869dc861206a7 /dracula-custom-theme.el | |
| parent | 0f23baf37a9eeca10eb383eba68b32dc9ee27454 (diff) | |
changed font
Diffstat (limited to 'dracula-custom-theme.el')
| -rw-r--r-- | dracula-custom-theme.el | 3 |
1 files changed, 1 insertions, 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) - |
