chiark / gitweb /
el/dot-emacs.el: Colours for `magit' things.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 27 May 2013 16:42:37 +0000 (17:42 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 27 May 2013 16:42:37 +0000 (17:42 +0100)
el/dot-emacs.el

index a5b7300..e4660ed 100644 (file)
@@ -982,6 +982,18 @@ doesn't match any of the regular expressions in
 (mdw-define-face magit-item-highlight
   (((type tty)) :background "blue")
   (t :background "DarkSeaGreen4"))
+(mdw-define-face magit-log-head-label-remote
+  (((type tty)) :background "cyan" :foreground "green")
+  (t :background "grey11" :foreground "DarkSeaGreen2" :box t))
+(mdw-define-face magit-log-head-label-local
+  (((type tty)) :background "cyan" :foreground "yellow")
+  (t :background "grey11" :foreground "LightSkyBlue1" :box t))
+(mdw-define-face magit-log-head-label-tags
+  (((type tty)) :background "red" :foreground "yellow")
+  (t :background "LemonChiffon1" :foreground "goldenrod4" :box t))
+(mdw-define-face magit-log-graph
+  (((type tty)) :foreground "magenta")
+  (t :foreground "grey80"))
 
 (mdw-define-face erc-input-face
   (t :foreground "red"))