WIP: Adjust heading faces
This commit is contained in:
parent
a20bba775a
commit
bbe09d754a
1 changed files with 2 additions and 2 deletions
|
|
@ -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.")
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue