.emacs.d/ag-faces.el
author Adam Gomaa <adam@gomaa.us>
Sun Dec 18 13:13:02 2011 -0500
changeset 521 67f37d330ad0
parent 2 257663fd548b
child 528 ba19cbc693c1
permissions -rw-r--r--
Remove project & _list_projects, I don't use them anymore.
     1 (set-face-background 'default "black")
     2 (set-face-foreground 'default "white")
     3 (set-face-background 'highlight "#040")
     4 (set-face-foreground 'highlight "#FFF")
     5 (set-face-foreground 'region "#FFF")
     6 (set-face-background 'region "#040")
     7 (set-face-foreground 'font-lock-string-face "#0F0")
     8 ;; Default orange is hard to read if it's too dark
     9 (set-face-foreground 'font-lock-comment-face "#Fa7")
    10 
    11 (provide 'ag-faces)