ngx-markdown-editor
ngx-markdown-editor copied to clipboard
ACE Themes?
Hi, how do i implement ace themes with this project?
- get the ace editor instance with
onEditorLoadedevent - call
editor.setTheme('xxx')to change theme, likeeditor.setTheme('ace/theme/twilight')