Merge pull request #197 from ghost/fix-org-document-info

Add face org-document-info
This commit is contained in:
Greg Pfeil 2023-01-31 20:44:45 -07:00 committed by GitHub
commit 2a59e399cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -423,6 +423,7 @@ contains Solarized symbols."
(org-formula (:weight bold :slant italic ,@fg-red))
(org-code (,@fg-base01))
(org-document-title (,@fmt-bold ,@fg-cyan))
(org-document-info (,@fg-cyan))
(org-document-info-keyword (,@fg-base01))
(org-block (,@fg-base01))
(org-verbatim (,@fmt-undr ,@fg-base01))