Add some info-* faces

This commit is contained in:
Tom Willemsen 2012-01-04 02:37:03 +01:00
parent bc92b5fc93
commit e0f88d06bf

View file

@ -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))))