diff --git a/themes/db-dark-theme.el b/themes/db-dark-theme.el index 514946c..3a2ee62 100644 --- a/themes/db-dark-theme.el +++ b/themes/db-dark-theme.el @@ -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) diff --git a/themes/db-light-theme.el b/themes/db-light-theme.el index 98728cc..4038006 100644 --- a/themes/db-light-theme.el +++ b/themes/db-light-theme.el @@ -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)