summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-01-04 14:49:57 +0100
committerGravatar Tom Willemsen2012-01-04 14:49:57 +0100
commit6d6705c998a4d15025899329c922ee8ce8e28589 (patch)
tree0080038646cd892d51704ef2f3c0bbad9316642d
parent539982a78244b802d3a339b0b2a90e4efca5d975 (diff)
downloadtron-theme-6d6705c998a4d15025899329c922ee8ce8e28589.tar.gz
tron-theme-6d6705c998a4d15025899329c922ee8ce8e28589.zip
Add CSS property faces
-rw-r--r--tron-theme.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/tron-theme.el b/tron-theme.el
index ef1e3ca..ca1d0f8 100644
--- a/tron-theme.el
+++ b/tron-theme.el
@@ -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")))))