diff options
Diffstat (limited to 'etc/themes/wombat-theme.el')
-rw-r--r-- | etc/themes/wombat-theme.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/themes/wombat-theme.el b/etc/themes/wombat-theme.el index d9fab8ac782..9bb026ead14 100644 --- a/etc/themes/wombat-theme.el +++ b/etc/themes/wombat-theme.el @@ -21,11 +21,14 @@ ;;; Code: +;;;###theme-autoload (deftheme wombat "Medium-contrast faces with a dark gray background. Adapted, with permission, from a Vim color scheme by Lars H. Nielsen. Basic, Font Lock, Isearch, Gnus, Message, and Ansi-Color faces -are included.") +are included." + :background-mode 'dark + :kind 'color-scheme) (let ((class '((class color) (min-colors 89)))) (custom-theme-set-faces |