diff --git a/.init-custom.el b/.init-custom.el index 31acc7c8844c78ba4a747da0f87f62475d64da15..d0fca102011adb6ddeec72dbd2d9a7d0fc395c7c 100644 --- a/.init-custom.el +++ b/.init-custom.el @@ -39,6 +39,7 @@ '(aw-leading-char-face ((((class color) (min-colors 16777215)) (:foreground "#fb4933" :background "#282828" :height 4.0)) (((class color) (min-colors 255)) (:foreground "#d75f5f" :background "#262626" :height 4.0)))) '(git-gutter:added ((t (:inherit bold :background "green" :foreground "gray15" :inverse-video t :weight bold)))) '(git-gutter:deleted ((t (:inherit bold :background "red" :foreground "gray15" :inverse-video t :weight bold)))) - '(git-gutter:modified ((t (:inherit bold :background "yellow" :foreground "gray15" :inverse-video t :weight bold))))) + '(git-gutter:modified ((t (:inherit bold :background "yellow" :foreground "gray15" :inverse-video t :weight bold)))) + '(show-paren-match ((t (:background "green" :foreground "grey15" :inverse-video t :weight bold))))) ;;; .init-custom.el ends here