diff options
Diffstat (limited to 'test/lisp/custom-resources')
-rw-r--r-- | test/lisp/custom-resources/custom--test-theme.el | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/lisp/custom-resources/custom--test-theme.el b/test/lisp/custom-resources/custom--test-theme.el new file mode 100644 index 00000000000..da9121e0a0a --- /dev/null +++ b/test/lisp/custom-resources/custom--test-theme.el @@ -0,0 +1,9 @@ +(deftheme custom--test + "A test theme.") + +(custom-theme-set-variables + 'custom--test + '(custom--test-user-option 'bar) + '(custom--test-variable 'bar)) + +(provide-theme 'custom--test) |