From ce205fd5dcc23c734bcf463cf91664978370d300 Mon Sep 17 00:00:00 2001 From: Matthew Kosarek Date: Tue, 11 Jul 2023 07:38:04 -0400 Subject: Some minor updates to org mode --- init.el | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index 05c3100..5472de7 100644 --- a/init.el +++ b/init.el @@ -82,16 +82,16 @@ '(org-code ((t (:inherit (shadow fixed-pitch))))) '(org-document-info ((t (:foreground "dark orange")))) '(org-document-info-keyword ((t (:inherit (shadow fixed-pitch))))) - '(org-document-title ((t (:inherit default :weight normal :foreground "#cbccc6" :font "Iosevka" :height 1.3 :weight:bold)))) + '(org-document-title ((t (:inherit default :weight normal :foreground "#212121" :extend t :background nil :box nil :font "Iosevka" :height 1.3 :weight bold)))) '(org-indent ((t (:inherit (org-hide fixed-pitch))))) - '(org-level-1 ((t (:inherit default :weight normal :foreground "#cbccc6" :font "Iosevka" :height 1.5 :weight bold)))) - '(org-level-2 ((t (:inherit default :weight normal :foreground "#cbccc6" :font "Iosevka" :height 1.3 :weight bold)))) - '(org-level-3 ((t (:inherit default :weight normal :foreground "#cbccc6" :font "Iosevka" :height 1.1)))) - '(org-level-4 ((t (:inherit default :weight normal :foreground "#cbccc6" :font "Iosevka" :height 1.0)))) - '(org-level-5 ((t (:inherit default :weight normal :foreground "#cbccc6" :font "Iosevka")))) - '(org-level-6 ((t (:inherit default :weight normal :foreground "#cbccc6" :font "Iosevka")))) - '(org-level-7 ((t (:inherit default :weight normal :foreground "#cbccc6" :font "Iosevka")))) - '(org-level-8 ((t (:inherit default :weight normal :foreground "#cbccc6" :font "Iosevka")))) + '(org-level-1 ((t (:inherit default :weight normal :foreground "#212121" :extend t :background nil :box nil :font "Iosevka" :height 1.3 :weight bold)))) + '(org-level-2 ((t (:inherit default :weight normal :foreground "#212121" :extend t :background nil :box nil :font "Iosevka" :height 1.2 :weight bold)))) + '(org-level-3 ((t (:inherit default :weight normal :foreground "#212121" :extend t :background nil :box nil :font "Iosevka" :height 1.1)))) + '(org-level-4 ((t (:inherit default :weight normal :foreground "#212121" :extend t :background nil :box nil :font "Iosevka" :height 1.0)))) + '(org-level-5 ((t (:inherit default :weight normal :foreground "#212121" :extend t :background nil :box nil :font "Iosevka")))) + '(org-level-6 ((t (:inherit default :weight normal :foreground "#212121" :extend t :background nil :box nil :font "Iosevka")))) + '(org-level-7 ((t (:inherit default :weight normal :foreground "#212121" :extend t :background nil :box nil :font "Iosevka")))) + '(org-level-8 ((t (:inherit default :weight normal :foreground "#212121" :extend t :background nil :box nil :font "Iosevka")))) '(org-link ((t (:foreground "royal blue" :underline t)))) '(org-meta-line ((t (:inherit (font-lock-comment-face fixed-pitch))))) '(org-property-value ((t (:inherit fixed-pitch))) t) -- cgit v1.2.1