diff --git a/themes/db-dark-theme.el b/themes/db-dark-theme.el index 3a2ee62..32a3ec3 100644 --- a/themes/db-dark-theme.el +++ b/themes/db-dark-theme.el @@ -32,4 +32,6 @@ Known to work well with the `solarized-dark’ theme.") '(fixed-pitch ((t (:family "DejaVu Sans Mono")))) '(variable-pitch ((t (:weight normal :height 1.3 :family "Bitstream Vera Serif"))))) +(message "Loaded db-dark theme.") + (provide-theme 'db-dark) diff --git a/themes/db-light-theme.el b/themes/db-light-theme.el index 4038006..8124f08 100644 --- a/themes/db-light-theme.el +++ b/themes/db-light-theme.el @@ -32,4 +32,6 @@ '(fixed-pitch ((t (:family "DejaVu Sans Mono")))) '(variable-pitch ((t (:weight normal :height 1.3 :family "Bitstream Vera Serif"))))) +(message "Loaded db-light theme.") + (provide-theme 'db-light)