summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorMatthew Kosarek <mattkae@protonmail.com>2023-07-11 07:38:04 -0400
committerMatthew Kosarek <mattkae@protonmail.com>2023-07-11 07:38:04 -0400
commitce205fd5dcc23c734bcf463cf91664978370d300 (patch)
treebcb7e95b2140225aaaadf1eb8ed42a95eb865662 /init.el
parent048815eab6feab07cbcf3ba6d6ffcf73fd19f5b9 (diff)
Some minor updates to org mode
Diffstat (limited to 'init.el')
-rw-r--r--init.el18
1 files changed, 9 insertions, 9 deletions
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)