summaryrefslogtreecommitdiff
path: root/dracula-custom-theme.el
diff options
context:
space:
mode:
Diffstat (limited to 'dracula-custom-theme.el')
-rw-r--r--dracula-custom-theme.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/dracula-custom-theme.el b/dracula-custom-theme.el
index 7b03efb..40a59c2 100644
--- a/dracula-custom-theme.el
+++ b/dracula-custom-theme.el
@@ -47,6 +47,6 @@
'(match ((t (:foreground "#282a36" :background "#f1fa8c"))))
'(next-error ((t (:inherit (region)))))
'(query-replace ((t (:inherit (isearch)))))
- '(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")))))
+ '(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 Term Custom")))))
(provide-theme 'dracula-custom)