From 3c880e2b9fc9573c79683a90954bee821fbd0970 Mon Sep 17 00:00:00 2001 From: Anthony Cicchetti Date: Tue, 5 Jan 2021 10:05:23 -0500 Subject: [PATCH] Reverted face customization --- emacs/init.el | 27 +-------------------------- 1 file changed, 1 insertion(+), 26 deletions(-) diff --git a/emacs/init.el b/emacs/init.el index 85fd741..35dde2b 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -49,32 +49,7 @@ ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. - '(evil-goggles-change-face ((t (:inherit diff-removed)))) - '(evil-goggles-delete-face ((t (:inherit diff-removed)))) - '(evil-goggles-paste-face ((t (:inherit diff-added)))) - '(evil-goggles-undo-redo-add-face ((t (:inherit diff-added)))) - '(evil-goggles-undo-redo-change-face ((t (:inherit diff-changed)))) - '(evil-goggles-undo-redo-remove-face ((t (:inherit diff-removed)))) - '(evil-goggles-yank-face ((t (:inherit diff-changed)))) - '(fringe ((t (:background "brightgreen" :foreground "black")))) - '(header-line ((t (:inherit mode-line :foreground "color-127")))) - '(highlight ((t (:background "brightgreen" :foreground "black")))) - '(isearch ((t (:background "black" :foreground "brightmagenta")))) - '(lazy-highlight ((t (:background "black" :foreground "blue" :inverse-video t)))) - '(line-number ((t (:background "blue" :foreground "black")))) - '(line-number-major-tick ((t (:background "grey75" :foreground "black" :weight bold)))) - '(magit-blame-heading ((t (:extend t :background "brightgreen" :foreground "black")))) - '(magit-diff-context-highlight ((t (:extend t :background "brightgreen" :foreground "black")))) - '(magit-diff-file-heading-selection ((t (:inherit magit-diff-file-heading-highlight :extend t :foreground "red")))) - '(magit-diff-hunk-heading ((t (:extend t :background "brightgreen" :foreground "black")))) - '(magit-diff-hunk-heading-highlight ((t (:extend t :background "brightgreen" :foreground "black")))) - '(magit-diff-hunk-heading-selection ((t (:inherit magit-diff-hunk-heading-highlight :extend t :foreground "brightred")))) - '(magit-header-line ((t (:background "brightyellow" :foreground "black" :weight bold)))) - '(magit-section-highlight ((t (:extend t :background "brightgreen" :foreground "black" :slant italic)))) - '(mode-line ((t (:background "brightblue" :foreground "brightwhite" :box nil)))) - '(mode-line-buffer-id ((t (:foreground "white")))) - '(region ((t (:extend t :background "brightyellow" :foreground "black")))) - '(tooltip ((t (:background "brightgreen" :foreground "black"))))) + ) ;; auto-package-update (use-package auto-package-update