summaryrefslogtreecommitdiff
path: root/dracula-custom-theme.el
diff options
context:
space:
mode:
authoryuzu-eva <stevenhu@web.de>2024-03-01 15:13:03 +0100
committeryuzu-eva <stevenhu@web.de>2024-03-01 15:13:03 +0100
commitfde2522d0b2894bba80a8d3ec3b5d95464140be0 (patch)
treee830b36cb419d66a9d280bf211acb0dc0a6e0efe /dracula-custom-theme.el
parent82acf9968cb4febd71a0c7fb9fb8fdc17b0c54de (diff)
Changed Font, installed tree-sitter and installed packages for ruby
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)