I decide to use different theme from ACE library,
i try to modify
return ( <AceEditor
name= {"ace_" + key}
mode="html"
theme="monokai"
value={props.attributes.content}
onChange={onChangeHandler}
onLoad={onLoadHandler}
height="auto"
width="100%"
wrapEnabled={true}
minLines={3}
maxLines={Infinity}
/> );
},
but not works
]]>