chiark / gitweb /
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 bec40e13bafb2fc4d0a8d6f0de56a52a72e38b7c..3ee4ab05bc7053fb7b02089367c5eb89de3a96d1 100644 (file)
@@ -765,6 +765,16 @@     (default :foreground "white" :background "black"
        :foreground ,(if window-system "SeaGreen1" "green"))
     (woman-bold :weight bold)
     (woman-italic :slant italic)
        :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")
     (diff-index :weight bold)
     (diff-file-header :weight bold)
     (diff-hunk-header :foreground "SkyBlue1")