Make custom-button prettier

This commit is contained in:
Tom Willemsen 2012-01-04 02:47:48 +01:00
parent e0f88d06bf
commit 539982a782

View file

@ -17,6 +17,11 @@
'(column-marker-2 ((t (:background "#55c3f8" :foreground "#000000"))))
'(column-marker-3 ((t (:background "#f6faf9" :foreground "#000000"))))
;; custom
'(custom-button ((t (:inherit 'default :box (:line-width 1 :color "#15abc3")))))
'(custom-button-mouse ((t (:inherit 'custom-button :box (:color "#e0c624")))))
'(custom-button-pressed ((t (:inherit 'custom-button :box (:color "#05e4a5")))))
;; font-lock
'(font-lock-builtin-face ((t (:foreground "#029cdc"))))
'(font-lock-comment-delimiter-face ((t (:foreground "#2e3436" :weight bold))))