summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-01-04 02:37:03 +0100
committerGravatar Tom Willemsen2012-01-04 02:37:03 +0100
commite0f88d06bf9e5ebbd9b431c29c8f1c20f24e6126 (patch)
tree97551ad0f5650f2f8557969e22a41954fa6697b4
parentbc92b5fc93d1b30698a5bdd73cb5f0f9eb8c3f6e (diff)
downloadtron-theme-e0f88d06bf9e5ebbd9b431c29c8f1c20f24e6126.tar.gz
tron-theme-e0f88d06bf9e5ebbd9b431c29c8f1c20f24e6126.zip
Add some info-* faces
-rw-r--r--tron-theme.el8
1 files changed, 8 insertions, 0 deletions
diff --git a/tron-theme.el b/tron-theme.el
index 2787246..e03473f 100644
--- a/tron-theme.el
+++ b/tron-theme.el
@@ -32,6 +32,14 @@
'(font-lock-variable-name-face ((t (:foreground "#00915b"))))
'(font-lock-warning-face ((t (:foreground "#000000" :background "#e0c624"))))
+ ;; info
+ '(info-title-1 ((t (:inherit 'org-level-1))))
+ '(info-title-2 ((t (:inherit 'org-level-2))))
+ '(info-title-3 ((t (:inherit 'org-level-3))))
+ '(info-title-4 ((t (:inherit 'org-level-4))))
+ '(info-xref ((t (:inherit 'default :underline t))))
+ '(info-xref-visited ((t (:inherit 'mouse :underline t))))
+
;; mode-line
'(mode-line ((t (:inherit 'default :box (:line-width 1 :color "#19cdea")))))
'(mode-line-buffer-id ((t (:inherit 'font-lock-string-face :weight bold))))