<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,10 @@
 rhtml --- mmm-free mode for editing .rhtml files using Emacs
 
 Can be used with Rinari (http://github.com/eschulte/rinari/tree/master)
+
+to use download this directory and place it in your elisp directory,
+then include the following in you emacs .init file
+
+;;; rhtml mode
+(add-to-list 'load-path &quot;~/path/to/rhtml&quot;)
+(require 'rhtml-mode)</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -107,12 +107,26 @@ colorization.&quot;
 ;; ERB faces - each type of ERB tag has it's own face properties
 
 (defface erb-face
-  `((t (:background &quot;snow2&quot;)))
+  '((((class color) (min-colors 88) (background dark))
+     ;;:background &quot;blue3&quot;)
+     :background &quot;dark green&quot;)
+    (((class color) (min-colors 88) (background light))
+     ;;:background &quot;lightgoldenrod2&quot;)
+     :background &quot;azure&quot;)
+    (((class color) (min-colors 16) (background dark))
+     :background &quot;blue3&quot;)
+    (((class color) (min-colors 16) (background light))
+     :background &quot;azure&quot;)
+    (((class color) (min-colors 8))
+     :background &quot;blue&quot;)
+    (((type tty) (class mono))
+     :inverse-video t)
+    (t :background &quot;gray&quot;))
   &quot;Default inherited face for ERB tag body&quot;
   :group 'rhtml-faces)
 
 (defface erb-delim-face
-  `((t (:background &quot;snow3&quot;)))
+  '((t (:inherit font-lock-preprocessor-face :bold t :italic t)))
   &quot;Default inherited face for ERB tag delimeters&quot;
   :group 'rhtml-faces)
 
@@ -132,17 +146,20 @@ colorization.&quot;
   :group 'rhtml-faces)
 
 (defface erb-out-delim-face
-  `((t (:inherit erb-delim-face :weight bold :foreground &quot;darkred&quot;)))
+  `((((background dark)) :foreground &quot;lightred&quot;)
+    (t (:inherit erb-delim-face :weight bold :foreground &quot;darkred&quot;)))
   &quot;Basic face for Ruby embedded into HTML&quot;
   :group 'rhtml-faces)
 
 (defface erb-comment-face
-  `((t (:inherit erb-face :weight bold :foreground &quot;darkgreen&quot;)))
+  `((((background dark)) :foreground &quot;lightgreen&quot;)
+    (t (:inherit erb-face :weight bold :foreground &quot;darkgreen&quot;)))
   &quot;Basic face for Ruby embedded into HTML&quot;
   :group 'rhtml-faces)
 
 (defface erb-comment-delim-face
-  `((t (:inherit erb-delim-face :weight bold :foreground &quot;darkgreen&quot;)))
+  `((((background dark)) :foreground &quot;lightgreen&quot;)
+    (t (:inherit erb-delim-face :weight bold :foreground &quot;darkgreen&quot;)))
   &quot;Basic face for Ruby embedded into HTML&quot;
   :group 'rhtml-faces)
 </diff>
      <filename>rhtml-fonts.el</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>d6fb339d71d06ccaac87057914f8c1c82d926350</id>
    </parent>
  </parents>
  <author>
    <name>Eric Schulte</name>
    <email>schulte.eric@gmail.com</email>
  </author>
  <url>http://github.com/eschulte/rhtml/commit/9ea920c181a62494b557665c3e9aa23628b690a7</url>
  <id>9ea920c181a62494b557665c3e9aa23628b690a7</id>
  <committed-date>2008-07-08T14:38:33-07:00</committed-date>
  <authored-date>2008-07-08T14:38:33-07:00</authored-date>
  <message>changed default face to play nicer with dark backgrounds</message>
  <tree>59c752b0cc3ca0a917bf324705949f5447f2ab47</tree>
  <committer>
    <name>Eric Schulte</name>
    <email>schulte.eric@gmail.com</email>
  </committer>
</commit>
