From 18b267ad4fa21b1278cba0b642f88428813f768c Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Mon, 16 May 2011 20:50:55 -0500 Subject: Added rainbow-delimiter (multi-colored parens) mode and updated twilight color theme. --- thirdparty/color-theme-twilight.el | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'thirdparty/color-theme-twilight.el') diff --git a/thirdparty/color-theme-twilight.el b/thirdparty/color-theme-twilight.el index c45b463..8377009 100644 --- a/thirdparty/color-theme-twilight.el +++ b/thirdparty/color-theme-twilight.el @@ -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 -- cgit v1.2.3