Reverted face customization
This commit is contained in:
parent
db6d233eb5
commit
3c880e2b9f
1 changed files with 1 additions and 26 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue