From 539982a78244b802d3a339b0b2a90e4efca5d975 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Wed, 4 Jan 2012 02:47:48 +0100 Subject: Make custom-button prettier --- tron-theme.el | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tron-theme.el') diff --git a/tron-theme.el b/tron-theme.el index e03473f..ef1e3ca 100644 --- a/tron-theme.el +++ b/tron-theme.el @@ -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)))) -- cgit v1.2.3-54-g00ecf