Files
emacs/test/lisp/custom-resources/custom--test-theme.el
2021-04-19 12:21:01 +02:00

12 lines
255 B
EmacsLisp

;;; custom--test-theme.el --- A test theme. -*- lexical-binding:t -*-
(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)