summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-01-04 02:47:48 +0100
committerGravatar Tom Willemsen2012-01-04 02:47:48 +0100
commit539982a78244b802d3a339b0b2a90e4efca5d975 (patch)
tree6a446f2e71f48d739d86148add549f028ef514de
parente0f88d06bf9e5ebbd9b431c29c8f1c20f24e6126 (diff)
downloadtron-theme-539982a78244b802d3a339b0b2a90e4efca5d975.tar.gz
tron-theme-539982a78244b802d3a339b0b2a90e4efca5d975.zip
Make custom-button prettier
-rw-r--r--tron-theme.el5
1 files changed, 5 insertions, 0 deletions
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))))