thirdparty/color-theme-twilight.el
changeset 37 3c51085957be
parent 35 4a9c440b6764
equal deleted inserted replaced
36:d915699fbc26 37:3c51085957be
    42      (font-lock-function-name-face ((t (:foreground "#9B703F"))))
    42      (font-lock-function-name-face ((t (:foreground "#9B703F"))))
    43      (font-lock-keyword-face ((t (:foreground "#CDA869"))))
    43      (font-lock-keyword-face ((t (:foreground "#CDA869"))))
    44      (font-lock-preprocessor-face ((t (:foreground "Aquamarine"))))
    44      (font-lock-preprocessor-face ((t (:foreground "Aquamarine"))))
    45      (font-lock-reference-face ((t (:foreground "SlateBlue"))))
    45      (font-lock-reference-face ((t (:foreground "SlateBlue"))))
    46 
    46 
       
    47      ;; Enhanced-Ruby-Mode
       
    48      (ruby-string-delimiter-face  ((t (:foreground "#5A6340"))))
       
    49      (ruby-regexp-delimiter-face ((t (:foreground "orange"))))
       
    50      (ruby-heredoc-delimiter-face ((t (:foreground "#9B859D"))))
       
    51      (ruby-op-face ((t (:foreground "#CDA869"))))
       
    52 
    47      (font-lock-regexp-grouping-backslash ((t (:foreground "#E9C062"))))
    53      (font-lock-regexp-grouping-backslash ((t (:foreground "#E9C062"))))
    48      (font-lock-regexp-grouping-construct ((t (:foreground "red"))))
    54      (font-lock-regexp-grouping-construct ((t (:foreground "red"))))
    49 
    55 
    50      (minibuffer-prompt ((t (:foreground "#5F5A60"))))
    56      (minibuffer-prompt ((t (:foreground "#5F5A60"))))
    51      (ido-subdir ((t (:foreground "#CF6A4C"))))
    57      (ido-subdir ((t (:foreground "#CF6A4C"))))
    52      (ido-first-match ((t (:foreground "#8F9D6A"))))
    58      (ido-first-match ((t (:foreground "#8F9D6A"))))
    53      (ido-only-match ((t (:foreground "#8F9D6A"))))
    59      (ido-only-match ((t (:foreground "#8F9D6A"))))
    54      (mumamo-background-chunk-submode ((t (:background "#222222"))))
    60      (mumamo-background-chunk-submode ((t (:background "#222222"))))
       
    61 
       
    62      (linum ((t (:background "#000000" :foreground "#5F5A60"))))
       
    63      (hl-line ((t (:background "#111111"))))
       
    64      (yas/field-highlight-face ((t (:background "#27292A"))))
    55 
    65 
    56      (font-lock-string-face ((t (:foreground "#8F9D6A"))))
    66      (font-lock-string-face ((t (:foreground "#8F9D6A"))))
    57      (font-lock-type-face ((t (:foreground "#9B703F"))))
    67      (font-lock-type-face ((t (:foreground "#9B703F"))))
    58      (font-lock-variable-name-face ((t (:foreground "#7587A6"))))
    68      (font-lock-variable-name-face ((t (:foreground "#7587A6"))))
    59      (font-lock-warning-face ((t (:background "#EE799F" :foreground "red"))))
    69      (font-lock-warning-face ((t (:background "#EE799F" :foreground "red"))))