From 6daf1fd514dde0bf35baa8c224a34daaccae53a9 Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Sun, 11 Dec 2022 21:48:07 +0100 Subject: new configs for new system --- .emacs.d/dracula-custom-theme.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.emacs.d') diff --git a/.emacs.d/dracula-custom-theme.el b/.emacs.d/dracula-custom-theme.el index 6f1d11b..ee96b4c 100644 --- a/.emacs.d/dracula-custom-theme.el +++ b/.emacs.d/dracula-custom-theme.el @@ -3,7 +3,6 @@ (custom-theme-set-faces 'dracula-custom - '(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 "#262626" :stipple nil :inherit nil)))) '(cursor ((t (:background "#ccccc7")))) '(fixed-pitch ((t (:family "Monospace")))) '(variable-pitch ((((type w32)) (:foundry "outline" :family "Arial")) (t (:family "Sans Serif")))) @@ -47,6 +46,7 @@ '(lazy-highlight ((t (:foreground "#e2e2dc" :background "#373844")))) '(match ((t (:foreground "#282a36" :background "#f1fa8c")))) '(next-error ((t (:inherit (region))))) - '(query-replace ((t (:inherit (isearch)))))) + '(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 "#262626" :stipple nil :inherit nil))))) (provide-theme 'dracula-custom) -- cgit v1.2.3