commit 3cb890ea1aec91cab131de3d1d9e03eed398aec6
parent b53603f3e86084bea810b9015e97c3a0b9acd364
Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com>
Date: Sun, 8 Jan 2023 18:03:57 +0100
Reduce title heights
Diffstat:
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/.emacs.d/eighters-theme.el b/.emacs.d/eighters-theme.el
@@ -97,10 +97,10 @@
;;; Theme faces.
`(eighters-button ((t (:background ,bg-hl-dimmer :box (:color ,bg-hl :style released-button) :inherit eighters-ui))))
`(eighters-markup ((t (:foreground ,fg-dim))))
- `(eighters-title-1 ((t (:foreground ,fg-cyan-subtle :weight bold :height 1.40 :inherit variable-pitch))))
- `(eighters-title-2 ((t (:foreground ,fg-green-subtle :weight bold :height 1.24 :inherit variable-pitch))))
- `(eighters-title-3 ((t (:foreground ,fg-yellow-subtle :weight bold :height 1.18 :inherit variable-pitch))))
- `(eighters-title-4 ((t (:foreground ,fg-red-subtle :weight bold :height 1.12 :inherit variable-pitch))))
+ `(eighters-title-1 ((t (:foreground ,fg-cyan-subtle :weight bold :height 1.28 :inherit variable-pitch))))
+ `(eighters-title-2 ((t (:foreground ,fg-green-subtle :weight bold :height 1.20 :inherit variable-pitch))))
+ `(eighters-title-3 ((t (:foreground ,fg-yellow-subtle :weight bold :height 1.16 :inherit variable-pitch))))
+ `(eighters-title-4 ((t (:foreground ,fg-red-subtle :weight bold :height 1.08 :inherit variable-pitch))))
`(eighters-title-5 ((t (:foreground ,fg-magenta-subtle :weight bold :inherit variable-pitch))))
`(eighters-title-6 ((t (:foreground ,fg-blue-subtle :slant italic :inherit variable-pitch))))
`(eighters-ui ((t (:inherit variable-pitch))))