summaryrefslogtreecommitdiff
path: root/.emacs.d/dracula-custom-theme.el
diff options
context:
space:
mode:
authoryuzu-eva <stevenhu@web.de>2022-12-11 21:48:07 +0100
committeryuzu-eva <stevenhu@web.de>2022-12-11 21:48:07 +0100
commit6daf1fd514dde0bf35baa8c224a34daaccae53a9 (patch)
treef74760b6f0a667845a35d7d99273939af00f4967 /.emacs.d/dracula-custom-theme.el
parentecb8af627ae0a844c8f17c57281200683c1f14ab (diff)
new configs for new system
Diffstat (limited to '.emacs.d/dracula-custom-theme.el')
-rw-r--r--.emacs.d/dracula-custom-theme.el4
1 files changed, 2 insertions, 2 deletions
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)