branch: elpa/material-theme
commit 018ee4a0bf379c1bf0e1c1881b28b00ed10478a2
Author: Christoph Paulik <[email protected]>
Commit: Christoph Paulik <[email protected]>

    Make Latex section headers different sizes.
    
    See #18
---
 material-light-theme.el | 10 +++++-----
 material-theme.el       | 10 +++++-----
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/material-light-theme.el b/material-light-theme.el
index 14411f0..d5b0d90 100644
--- a/material-light-theme.el
+++ b/material-light-theme.el
@@ -656,11 +656,11 @@
                                                         font-lock-builtin-face 
font-lock-preprocessor-face)))))
    `(font-latex-italic-face               ((t (:inherit italic :foreground 
,foreground))))
    `(font-latex-math-face                 ((t (:foreground ,blue))))
-   `(font-latex-sectioning-0-face         ((t (:inherit outline-1 :height 
1.1))))
-   `(font-latex-sectioning-1-face         ((t (:inherit outline-2 :height 
1.1))))
-   `(font-latex-sectioning-2-face         ((t (:inherit outline-3 :height 
1.1))))
-   `(font-latex-sectioning-3-face         ((t (:inherit outline-4 :height 
1.1))))
-   `(font-latex-sectioning-4-face         ((t (:inherit outline-5 :height 
1.1))))
+   `(font-latex-sectioning-0-face         ((t (:inherit outline-1 :height 
1.4))))
+   `(font-latex-sectioning-1-face         ((t (:inherit outline-2 :height 
1.35))))
+   `(font-latex-sectioning-2-face         ((t (:inherit outline-3 :height 
1.3))))
+   `(font-latex-sectioning-3-face         ((t (:inherit outline-4 :height 
1.25))))
+   `(font-latex-sectioning-4-face         ((t (:inherit outline-5 :height 
1.2))))
    `(font-latex-sectioning-5-face         ((t (:inherit outline-6 :height 
1.1))))
    `(font-latex-sedate-face               ((t (:foreground ,green))))
    `(font-latex-slide-title-face          ((t (:inherit font-lock-type-face 
:weight bold :height 1.2))))
diff --git a/material-theme.el b/material-theme.el
index 16f86cf..e5ca2a7 100644
--- a/material-theme.el
+++ b/material-theme.el
@@ -650,11 +650,11 @@
                                                         font-lock-builtin-face 
font-lock-preprocessor-face)))))
    `(font-latex-italic-face               ((t (:inherit italic :foreground 
,foreground))))
    `(font-latex-math-face                 ((t (:foreground ,blue))))
-   `(font-latex-sectioning-0-face         ((t (:inherit outline-1 :height 
1.1))))
-   `(font-latex-sectioning-1-face         ((t (:inherit outline-2 :height 
1.1))))
-   `(font-latex-sectioning-2-face         ((t (:inherit outline-3 :height 
1.1))))
-   `(font-latex-sectioning-3-face         ((t (:inherit outline-4 :height 
1.1))))
-   `(font-latex-sectioning-4-face         ((t (:inherit outline-5 :height 
1.1))))
+   `(font-latex-sectioning-0-face         ((t (:inherit outline-1 :height 
1.4))))
+   `(font-latex-sectioning-1-face         ((t (:inherit outline-2 :height 
1.35))))
+   `(font-latex-sectioning-2-face         ((t (:inherit outline-3 :height 
1.3))))
+   `(font-latex-sectioning-3-face         ((t (:inherit outline-4 :height 
1.25))))
+   `(font-latex-sectioning-4-face         ((t (:inherit outline-5 :height 
1.2))))
    `(font-latex-sectioning-5-face         ((t (:inherit outline-6 :height 
1.1))))
    `(font-latex-sedate-face               ((t (:foreground ,green))))
    `(font-latex-slide-title-face          ((t (:inherit font-lock-type-face 
:weight bold :height 1.2))))

Reply via email to