chore: org-mode faces improvements

This commit is contained in:
Muhammad Nauman Raza 2023-06-28 14:56:33 +01:00
parent 4247f1ed75
commit dbefc368b5
No known key found for this signature in database
GPG key ID: 4FFEEB78B8A620C7

View file

@ -26,9 +26,9 @@
(set-face-attribute 'org-level-6 nil :weight 'bold) (set-face-attribute 'org-level-6 nil :weight 'bold)
(set-face-attribute 'org-level-5 nil :weight 'bold) (set-face-attribute 'org-level-5 nil :weight 'bold)
(set-face-attribute 'org-level-4 nil :weight 'bold) (set-face-attribute 'org-level-4 nil :weight 'bold)
(set-face-attribute 'org-level-3 nil :weight 'bold) (set-face-attribute 'org-level-3 nil :weight 'bold :height 1.05)
(set-face-attribute 'org-level-2 nil :weight 'bold :height 1.05) (set-face-attribute 'org-level-2 nil :weight 'bold :height 1.1)
(set-face-attribute 'org-level-1 nil :weight 'bold :height 1.15) (set-face-attribute 'org-level-1 nil :weight 'bold :height 1.2)
(set-face-attribute 'org-document-title nil (set-face-attribute 'org-document-title nil
:height 1.65 :height 1.65
:foreground 'unspecified :foreground 'unspecified