dot-emacs: Fix Perforce faces so that they show up.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 12 Jun 2009 13:57:23 +0000 (14:57 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 12 Jun 2009 13:57:23 +0000 (14:57 +0100)
Someone obviously only uses a dark-on-light colour scheme.

dot-emacs.el

index bec40e1..3ee4ab0 100644 (file)
@@ -765,6 +765,16 @@ the regular expressions in `mdw-backup-disable-regexps'."
        :foreground ,(if window-system "SeaGreen1" "green"))
     (woman-bold :weight bold)
     (woman-italic :slant italic)
+    (p4-depot-added-face :foreground "green")
+    (p4-depot-branch-op-face :foreground "yellow")
+    (p4-depot-deleted-face :foreground "red")
+    (p4-depot-unmapped-face
+       :foreground ,(if window-system "SkyBlue1" "cyan"))
+    (p4-diff-change-face :foreground "yellow")
+    (p4-diff-del-face :foreground "red")
+    (p4-diff-file-face :foreground "SkyBlue1")
+    (p4-diff-head-face :background "grey10")
+    (p4-diff-ins-face :foreground "green")
     (diff-index :weight bold)
     (diff-file-header :weight bold)
     (diff-hunk-header :foreground "SkyBlue1")