From fde2522d0b2894bba80a8d3ec3b5d95464140be0 Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Fri, 1 Mar 2024 15:13:03 +0100 Subject: Changed Font, installed tree-sitter and installed packages for ruby --- dracula-custom-theme.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dracula-custom-theme.el') 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) -- cgit v1.2.3