New-UDCodeEditor theme when options is used

Is it possible to change the theme of the codeeditor if the -Options parameter is used? It seems that the theme is not part of the IEditorConstructionOptions

NAME
    New-UDCodeEditor
    
SYNOPSIS
    Creates a new Monaco code editor control.
    
    
SYNTAX
    New-UDCodeEditor [-Id <String>] [-Language <String>] [-Height <String>] [-Width <String>] [-HideCodeLens] [-DisableCodeFolding] [-FormatOnPaste] [-GlyphMargin] [-DisableLineNumbers] [-DisableLinks] [-DisableBracketMatching] [-MouseWheelScrollSensitivity <Int32>] [-MouseWheelZoom] [-ReadOnly] [-RenderControlCharacters] [-ShowFoldingControls <String>] [-SmoothScrolling] [-LightTheme <String>] [-DarkTheme <String>] [-Code <String>] [-Original <String>] [-CanSave] [-Extension <String>] [<CommonParameters>]
    
    New-UDCodeEditor [-Id <String>] [-Language <String>] [-Height <String>] [-Width <String>] [-Code <String>] [-Original <String>] [-Options <Hashtable>] [-CanSave] [-Extension <String>] [<CommonParameters>]
Product: PowerShell Universal
Version: 4.1.5

in general it seems that paramters on the CodeEditor is bugged.
New-UDCodeEditor -Autosize Parameter Not Working - PowerShell Universal - Ironman Software Forums