summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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))))