From 8060b7c8621d397d27118375e148a1ade8c4331c Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 27 Jun 2021 11:59:53 +0200 Subject: [PATCH] Increase font size in custom themes On full-hd, a height of 107 is too low. --- themes/db-dark-theme.el | 2 +- themes/db-light-theme.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/db-dark-theme.el b/themes/db-dark-theme.el index 192edc6..0a46421 100644 --- a/themes/db-dark-theme.el +++ b/themes/db-dark-theme.el @@ -28,7 +28,7 @@ Known to work well with the `solarized-dark’ theme.") '(gnus-summary-high-unread ((t (:foreground "#839496" :weight normal)))) '(gnus-summary-low-ancient ((t (:foreground "dim gray")))) '(gnus-summary-low-unread ((t (:foreground "dim gray")))) - '(default ((t (:height 107 :family "DejaVu Sans Mono")))) + '(default ((t (:height 110 :family "DejaVu Sans Mono")))) '(fixed-pitch ((t (:family "DejaVu Sans Mono")))) '(variable-pitch ((t (:weight normal :height 1.3 :family "Bitstream Vera Serif"))))) diff --git a/themes/db-light-theme.el b/themes/db-light-theme.el index 6a0c150..163b65c 100644 --- a/themes/db-light-theme.el +++ b/themes/db-light-theme.el @@ -28,7 +28,7 @@ '(gnus-summary-high-unread ((t (:foreground "#839496" :weight normal)))) '(gnus-summary-low-ancient ((t (:foreground "dim gray")))) '(gnus-summary-low-unread ((t (:foreground "dim gray")))) - '(default ((t (:height 107 :family "DejaVu Sans Mono")))) + '(default ((t (:height 110 :family "DejaVu Sans Mono")))) '(fixed-pitch ((t (:family "DejaVu Sans Mono")))) '(variable-pitch ((t (:weight normal :height 1.3 :family "Bitstream Vera Serif")))))