feat: implement light and dark theme (#30)
This commit is contained in:
@@ -36,7 +36,7 @@ export const Terminal = memo(
|
||||
convertEol: true,
|
||||
disableStdin: readonly,
|
||||
theme: getTerminalTheme(readonly ? { cursor: '#00000000' } : {}),
|
||||
fontSize: 13,
|
||||
fontSize: 12,
|
||||
fontFamily: 'Menlo, courier-new, courier, monospace',
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user