Add CSS property faces
This commit is contained in:
parent
539982a782
commit
6d6705c998
1 changed files with 4 additions and 0 deletions
|
@ -17,6 +17,10 @@
|
||||||
'(column-marker-2 ((t (:background "#55c3f8" :foreground "#000000"))))
|
'(column-marker-2 ((t (:background "#55c3f8" :foreground "#000000"))))
|
||||||
'(column-marker-3 ((t (:background "#f6faf9" :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
|
||||||
'(custom-button ((t (:inherit 'default :box (:line-width 1 :color "#15abc3")))))
|
'(custom-button ((t (:inherit 'default :box (:line-width 1 :color "#15abc3")))))
|
||||||
'(custom-button-mouse ((t (:inherit 'custom-button :box (:color "#e0c624")))))
|
'(custom-button-mouse ((t (:inherit 'custom-button :box (:color "#e0c624")))))
|
||||||
|
|
Loading…
Reference in a new issue