Add CSS property faces

This commit is contained in:
Tom Willemsen 2012-01-04 14:49:57 +01:00
parent 539982a782
commit 6d6705c998

View file

@ -17,6 +17,10 @@
'(column-marker-2 ((t (:background "#55c3f8" :foreground "#000000"))))
'(column-marker-3 ((t (:background "#f6faf9" :foreground "#000000"))))
;; css
'(css-property ((t (:inherit 'font-lock-variable-name-face))))
'(css-proprietary-property ((t (:inherit 'mouse))))
;; custom
'(custom-button ((t (:inherit 'default :box (:line-width 1 :color "#15abc3")))))
'(custom-button-mouse ((t (:inherit 'custom-button :box (:color "#e0c624")))))