Implement new themes and modes
parent
8ea1763ca4
commit
a2c2350c6e
|
@ -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 (
|
||||
|
|
|
@ -19,9 +19,10 @@ class TickscriptEditor extends Component {
|
|||
|
||||
const options = {
|
||||
lineNumbers: true,
|
||||
theme: 'material',
|
||||
theme: 'tickscript',
|
||||
tabIndex: 1,
|
||||
readonly: false,
|
||||
mode: 'tickscript',
|
||||
}
|
||||
|
||||
return (
|
||||
|
|
Loading…
Reference in New Issue