summaryrefslogtreecommitdiff
path: root/test/lisp/custom-resources/custom--test-theme.el
blob: 4ced98a50bc1e5829ba5683fc7aed6205ca67c9c (plain)
1
2
3
4
5
6
7
8
9
10
11
;;; 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)