From 9d2cd5d266cdbf8c6505217e0e1f8f5d3da2c161 Mon Sep 17 00:00:00 2001 From: Stephane Del Pino <stephane.delpino44@gmail.com> Date: Thu, 16 Apr 2020 20:26:59 +0200 Subject: [PATCH] =?UTF-8?q?Change=20la=20couleur=20des=20parenth=C3=A8ses?= =?UTF-8?q?=20concordantes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .init-custom.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.init-custom.el b/.init-custom.el index 31acc7c..d0fca10 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 -- GitLab