Set basic fonts in custom themes

This commit is contained in:
Daniel - 2020-06-27 11:08:17 +02:00
parent 2e229c5af9
commit 67efe7f4c2
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
2 changed files with 6 additions and 2 deletions

View File

@ -28,6 +28,8 @@ 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 108)))))
'(default ((t (:height 115 :family "DejaVu Sans Mono"))))
'(fixed-pitch ((t (:family "DejaVu Sans Mono"))))
'(variable-pitch ((t (:weight normal :height 1.3 :family "Bitstream Vera Serif")))))
(provide-theme 'db-dark)

View File

@ -28,6 +28,8 @@
'(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 108)))))
'(default ((t (:height 115 :family "DejaVu Sans Mono"))))
'(fixed-pitch ((t (:family "DejaVu Sans Mono"))))
'(variable-pitch ((t (:weight normal :height 1.3 :family "Bitstream Vera Serif")))))
(provide-theme 'db-light)