diff --git a/emacs/init.el b/emacs/init.el index 334d2fc..c14c365 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -54,7 +54,11 @@ '(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")))) + '(highlight ((t (:background "brightgreen" :foreground "black")))) + '(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")))) @@ -62,7 +66,9 @@ '(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))))) + '(magit-section-highlight ((t (:extend t :background "brightgreen" :foreground "black" :slant italic)))) + '(region ((t (:extend t :background "brightyellow" :foreground "black")))) + '(tooltip ((t (:background "brightgreen" :foreground "black"))))) ;; auto-package-update (use-package auto-package-update