From a95c4e7a51c79d6ea7f98343a055e460c2ef9ecc Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Thu, 25 Jun 2020 11:46:37 +0200 Subject: Move size rules into Emacs theme --- gui/conf/init.el | 10 +++++----- gui/conf/metakr.org | 9 +++++---- 2 files changed, 10 insertions(+), 9 deletions(-) (limited to 'gui') diff --git a/gui/conf/init.el b/gui/conf/init.el index 794b2d8..d30956d 100644 --- a/gui/conf/init.el +++ b/gui/conf/init.el @@ -187,11 +187,11 @@ (custom-theme-set-faces 'user - '(org-level-1 ((t (:family "Source Serif Pro" :weight regular :height 1.4 )))) - '(org-level-2 ((t (:family "Source Serif Pro" :weight regular :height 1.3)))) - '(org-level-3 ((t (:family "Source Serif Pro" :weight regular :height 1.1)))) - '(org-level-4 ((t (:family "Source Serif Pro" :weight regular :height 1.0)))) - '(org-document-title ((t (:family "Source Serif Pro" :height 2.0))))) + '(org-level-1 ((t (:family "Source Serif Pro")))) + '(org-level-2 ((t (:family "Source Serif Pro")))) + '(org-level-3 ((t (:family "Source Serif Pro")))) + '(org-level-4 ((t (:family "Source Serif Pro")))) + '(org-document-title ((t (:family "Source Serif Pro"))))) (use-package org-bullets :ensure t diff --git a/gui/conf/metakr.org b/gui/conf/metakr.org index aa7a6c5..3942a17 100644 --- a/gui/conf/metakr.org +++ b/gui/conf/metakr.org @@ -235,9 +235,10 @@ For quick iteration all colors are stored in a table. :inherit error) ;; Org - (org-level-1 :inherit default :foreground @header) - (org-level-2 :inherit default :foreground @header) - (org-level-3 :inherit default :foreground @header) + (org-level-1 :inherit default :foreground @header :weight regular :height 1.4) + (org-level-2 :inherit default :foreground @header :weight regular :height 1.3) + (org-level-3 :inherit default :foreground @header :weight regular :height 1.1) + (org-level-4 :inherit default :foreground @header :weight regular :height 1.0) (org-meta-line :inherit fixed-pitch :foreground @org-meta) @@ -278,7 +279,7 @@ For quick iteration all colors are stored in a table. (org-document-title :inherit default :foreground @org-title - :height 1.8 + :height 2.0 :underline (:color @org-title-underline)) (org-checkbox :inherit fixed-pitch -- cgit v1.2.3