Increase font size in custom themes

On full-hd, a height of 107 is too low.
This commit is contained in:
Daniel - 2021-06-27 11:59:53 +02:00
parent 3482a18cce
commit 8060b7c862
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ Known to work well with the `solarized-dark theme.")
'(gnus-summary-high-unread ((t (:foreground "#839496" :weight normal)))) '(gnus-summary-high-unread ((t (:foreground "#839496" :weight normal))))
'(gnus-summary-low-ancient ((t (:foreground "dim gray")))) '(gnus-summary-low-ancient ((t (:foreground "dim gray"))))
'(gnus-summary-low-unread ((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")))) '(fixed-pitch ((t (:family "DejaVu Sans Mono"))))
'(variable-pitch ((t (:weight normal :height 1.3 :family "Bitstream Vera Serif"))))) '(variable-pitch ((t (:weight normal :height 1.3 :family "Bitstream Vera Serif")))))

View File

@ -28,7 +28,7 @@
'(gnus-summary-high-unread ((t (:foreground "#839496" :weight normal)))) '(gnus-summary-high-unread ((t (:foreground "#839496" :weight normal))))
'(gnus-summary-low-ancient ((t (:foreground "dim gray")))) '(gnus-summary-low-ancient ((t (:foreground "dim gray"))))
'(gnus-summary-low-unread ((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")))) '(fixed-pitch ((t (:family "DejaVu Sans Mono"))))
'(variable-pitch ((t (:weight normal :height 1.3 :family "Bitstream Vera Serif"))))) '(variable-pitch ((t (:weight normal :height 1.3 :family "Bitstream Vera Serif")))))