.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.
code@2
     1
(set-face-background 'default "black")
code@2
     2
(set-face-foreground 'default "white")
code@2
     3
(set-face-background 'highlight "#040")
code@2
     4
(set-face-foreground 'highlight "#FFF")
code@2
     5
(set-face-foreground 'region "#FFF")
code@2
     6
(set-face-background 'region "#040")
code@2
     7
(set-face-foreground 'font-lock-string-face "#0F0")
adam@472
     8
;; Default orange is hard to read if it's too dark
code@2
     9
(set-face-foreground 'font-lock-comment-face "#Fa7")
code@2
    10
adam@472
    11
(provide 'ag-faces)