Implement new themes and modes

pull/3499/head
Alex P 2018-05-21 16:12:51 -07:00
parent 8ea1763ca4
commit a2c2350c6e
2 changed files with 4 additions and 2 deletions

View File

@ -39,12 +39,13 @@ class TimeMachineEditor extends PureComponent<Props> {
const options = {
lineNumbers: true,
theme: 'material',
theme: 'time-machine',
tabIndex: 1,
readonly: false,
extraKeys: {'Ctrl-Space': 'autocomplete'},
completeSingle: false,
autoRefresh: true,
mode: 'ifql',
}
return (

View File

@ -19,9 +19,10 @@ class TickscriptEditor extends Component {
const options = {
lineNumbers: true,
theme: 'material',
theme: 'tickscript',
tabIndex: 1,
readonly: false,
mode: 'tickscript',
}
return (