WIP: Adjust heading faces

This commit is contained in:
Adam Porter 2022-07-18 07:19:36 -05:00
parent a20bba775a
commit bbe09d754a

View file

@ -75,13 +75,13 @@ Inherited by level-specific faces.")
(defface org-ql-view-heading-1 (defface org-ql-view-heading-1
`((t (:inherit org-ql-view-heading `((t (:inherit org-ql-view-heading
:height 1.2 :overline t :height 1.1 :overline t
:background ,(face-background 'header-line)))) :background ,(face-background 'header-line))))
"Level-1 group headings.") "Level-1 group headings.")
(defface org-ql-view-heading-2 (defface org-ql-view-heading-2
`((t (:inherit org-ql-view-heading `((t (:inherit org-ql-view-heading
:height 1.1 :overline t :height 1.0 :overline nil
:background ,(face-background 'header-line)))) :background ,(face-background 'header-line))))
"Level-2 group headings.") "Level-2 group headings.")