Add brief message when loading custom themes

This commit is contained in:
Daniel - 2020-09-07 18:35:57 +02:00
parent c9e84a7e28
commit 3d2332ac4e
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
2 changed files with 4 additions and 0 deletions

View File

@ -32,4 +32,6 @@ Known to work well with the `solarized-dark theme.")
'(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")))))
(message "Loaded db-dark theme.")
(provide-theme 'db-dark) (provide-theme 'db-dark)

View File

@ -32,4 +32,6 @@
'(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")))))
(message "Loaded db-light theme.")
(provide-theme 'db-light) (provide-theme 'db-light)