.emacs-my
changeset 163 f9b21d24bbf4
parent 162 0ac8d1f4304d
child 167 ddf856dec067
equal deleted inserted replaced
162:0ac8d1f4304d 163:f9b21d24bbf4
   762 (if (file-exists-p (concat my-el-dir "/mercurial.el"))
   762 (if (file-exists-p (concat my-el-dir "/mercurial.el"))
   763     (require 'mercurial)
   763     (require 'mercurial)
   764   )
   764   )
   765 
   765 
   766 (if window-system
   766 (if window-system
   767     (setq-default vc-annotate-background "white")
   767     (progn
       
   768      (custom-set-variables
       
   769       '(vc-annotate-very-old-color "#0b5b20")
       
   770       '(vc-annotate-background "white")
       
   771       '(vc-annotate-color-map
       
   772         (quote (
       
   773                 (20 .  "#EE0000")
       
   774                 (40 .  "#E0800D")
       
   775                 (60 .  "#D3001A")
       
   776                 (80 .  "#C68027")
       
   777                 (100 . "#B90034")
       
   778                 (120 . "#AB8042")
       
   779                 (140 . "#9E004F")
       
   780                 (160 . "#91805C")
       
   781                 (180 . "#840069")
       
   782                 (200 . "#778077")
       
   783                 (220 . "#690084")
       
   784                 (240 . "#5C8091")
       
   785                 (260 . "#4F009E")
       
   786                 (280 . "#4280AB")
       
   787                 (300 . "#3400B9")
       
   788                 (320 . "#2780C6")
       
   789                 (340 . "#1A00D3")
       
   790                 (360 . "#0D80E0"))))
       
   791       )
       
   792      )
   768   )
   793   )
   769 
   794 
   770 ;; ----------------------------------------------------------------------
   795 ;; ----------------------------------------------------------------------
   771 ;; DVC
   796 ;; DVC
   772 
   797