make-theme

Name

make-theme -- Creates a theme object with the given NAME, WINDOW-STYLE, and BACKGROUND-STYLE.

Synopsis

(make-theme name #&key (window-style (make-style #t))
			   (background-style (lambda () ())))

Description

Creates a theme object with the given NAME, WINDOW-STYLE, and BACKGROUND-STYLE.

Implementation Notes

Module: (app scwm theme-impl)

Defined in scheme/theme-impl.scm at line 62 (CVS log)