diff options
| author | yuzu-eva <stevenhu@web.de> | 2023-04-02 23:46:29 +0200 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2023-04-02 23:46:29 +0200 |
| commit | 15ac9c96641327eff3389e79997d7446385d4713 (patch) | |
| tree | ddc02ead0ee87a9d78da3ac3191fc9175fc6feb1 /dracula-custom-theme.el | |
| parent | 9c80a83fe0a4b3ae5a107413ace75e7ec92d0143 (diff) | |
change: theme background black
Diffstat (limited to 'dracula-custom-theme.el')
| -rw-r--r-- | dracula-custom-theme.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dracula-custom-theme.el b/dracula-custom-theme.el index d9b3949..a121516 100644 --- a/dracula-custom-theme.el +++ b/dracula-custom-theme.el @@ -33,7 +33,7 @@ '(button ((t (:inherit (link))))) '(link ((t (:underline (:color foreground-color :style line) :foreground "#8be9fd")))) '(link-visited ((default (:inherit (link))) (((class color) (background light)) (:foreground "magenta4")) (((class color) (background dark)) (:foreground "violet")))) - '(fringe ((t (:foreground "#b6b6b2" :background "#282a36")))) + '(fringe ((t (:foreground "#b6b6b2" :background "#000000")))) '(header-line ((t (:inherit 'mode-line)))) '(tooltip ((t (:foreground "#f8f8f2" :background "#44475a")))) '(mode-line ((t (:box (:line-width (1 . 1) :color "#44475a" :style nil) :inverse-video nil :foreground "#f8f8f2" :background "#44475a")))) @@ -47,7 +47,7 @@ '(match ((t (:foreground "#282a36" :background "#f1fa8c")))) '(next-error ((t (:inherit (region))))) '(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))))) + '(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 "#000000" :stipple nil :inherit nil))))) (provide-theme 'dracula-custom) |
