mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-19 15:54:09 +02:00
Added kindof monokai to monaco
This commit is contained in:
@@ -44,6 +44,7 @@ export function OptionsModal(props: IProps): React.ReactElement {
|
||||
<Select onChange={(event) => setTheme(event.target.value)} defaultValue={props.options.theme}>
|
||||
<MenuItem value="vs-dark">dark</MenuItem>
|
||||
<MenuItem value="light">light</MenuItem>
|
||||
<MenuItem value="monokai">monokai</MenuItem>
|
||||
</Select>
|
||||
</Box>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user