diff options
| author | Luke Hoersten <[email protected]> | 2011-05-16 20:50:55 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2011-05-16 20:50:55 -0500 |
| commit | 18b267ad4fa21b1278cba0b642f88428813f768c (patch) | |
| tree | a25359ed35c9fa0c64206bee68e128bd24fc68c4 /thirdparty/color-theme-twilight.el | |
| parent | 7e42c5af2586c57b9c8624c1954bf6c3d290f96c (diff) | |
Added rainbow-delimiter (multi-colored parens) mode and updated twilight color theme.
Diffstat (limited to 'thirdparty/color-theme-twilight.el')
| -rw-r--r-- | thirdparty/color-theme-twilight.el | 12 |
1 files changed, 11 insertions, 1 deletions
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 |
