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

Modifie l'affichage des infos git-gutter

C'est plus joli comme ça.
parent adab7838
No related branches found
No related tags found
No related merge requests found
......@@ -36,6 +36,9 @@
(linum-mode linum-relative-mode helm-linum-relative-mode nlinum-mode nlinum-hl-mode nlinum-relative-mode yalinum-mode display-line-numbers-mode))))
(custom-set-faces
'(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)))))
'(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)))))
;;; .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