Add some info-* faces
This commit is contained in:
parent
bc92b5fc93
commit
e0f88d06bf
1 changed files with 8 additions and 0 deletions
|
@ -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))))
|
||||
|
|
Loading…
Reference in a new issue