summaryrefslogtreecommitdiff
path: root/test/lisp/custom-resources/custom--test-theme.el
blob: 36424cdfcc31dd2e27350fbd2d5475b0af450216 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
;;; 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)
 '(custom--test-bug-21355-before 'before)
 '(custom--test-bug-21355-after 'after))

(provide-theme 'custom--test)