Skip to content
Snippets Groups Projects
Commit 9d2cd5d2 authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Change la couleur des parenthèses concordantes

parent 2982a872
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment