Skip to content

Commit

Permalink
Change vc-diff colours.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcgilchrist committed Jul 5, 2012
1 parent 1220027 commit d89d257
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion custom.el
Expand Up @@ -6,14 +6,16 @@
'(ecb-auto-activate t)
'(ecb-layout-name "left15")
'(ecb-options-version "2.40")
'(ecb-source-path (quote ("/Users/tim/")))
'(ecb-source-path (quote ("/Users/tim/" ("/Users/tim/Blake/re" "Reading Eggs") ("/Users/tim/Blake/rex-student" "Reading Eggspress") ("/Users/tim/Blake/blake-admin" "Admin"))))
'(ecb-tip-of-the-day nil))

(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(diff-added ((t (:foreground "Green"))) t)
'(diff-removed ((t (:foreground "Red"))) t)
'(ecb-default-highlight-face ((t (:background "dark olive green"))))
'(mumamo-background-chunk-major ((t nil)))
'(mumamo-background-chunk-submode1 ((t (:background "#1A2E00")))))

0 comments on commit d89d257

Please sign in to comment.