diff -r d915699fbc26 -r 3c51085957be thirdparty/color-theme-twilight.el --- a/thirdparty/color-theme-twilight.el Mon May 16 19:58:15 2011 -0500 +++ b/thirdparty/color-theme-twilight.el Mon May 16 20:50:55 2011 -0500 @@ -44,6 +44,12 @@ (font-lock-preprocessor-face ((t (:foreground "Aquamarine")))) (font-lock-reference-face ((t (:foreground "SlateBlue")))) + ;; Enhanced-Ruby-Mode + (ruby-string-delimiter-face ((t (:foreground "#5A6340")))) + (ruby-regexp-delimiter-face ((t (:foreground "orange")))) + (ruby-heredoc-delimiter-face ((t (:foreground "#9B859D")))) + (ruby-op-face ((t (:foreground "#CDA869")))) + (font-lock-regexp-grouping-backslash ((t (:foreground "#E9C062")))) (font-lock-regexp-grouping-construct ((t (:foreground "red")))) @@ -53,6 +59,10 @@ (ido-only-match ((t (:foreground "#8F9D6A")))) (mumamo-background-chunk-submode ((t (:background "#222222")))) + (linum ((t (:background "#000000" :foreground "#5F5A60")))) + (hl-line ((t (:background "#111111")))) + (yas/field-highlight-face ((t (:background "#27292A")))) + (font-lock-string-face ((t (:foreground "#8F9D6A")))) (font-lock-type-face ((t (:foreground "#9B703F")))) (font-lock-variable-name-face ((t (:foreground "#7587A6")))) @@ -66,4 +76,4 @@ (text-cursor ((t (:background "yellow" :foreground "black")))) (toolbar ((t (nil)))) (underline ((nil (:underline nil)))) - (zmacs-region ((t (:background "snow" :foreground "blue"))))))) + (zmacs-region ((t (:background "snow" :foreground "blue"))))))) \ No newline at end of file