TIWCGJSCodeMirrorConfig.Theme Property
The theme to style the editor with. You must make sure the CSS file defining the corresponding .cm-s-[name] styles is loaded (see the theme directory in the distribution). The default is "default", for which colors are included in codemirror.css. It is possible to use multiple theming classes at once—for example "foo bar" will assign both the cm-s-foo and the cm-s-bar classes to the editor.
published property Theme: string index 02 read GetStringValue write SetStringValue stored IsStringStored;
Property Value
Type: string