mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-18 15:54:35 +01:00
new: set light/dark editor theme
This commit is contained in:
@@ -45,4 +45,5 @@ const defaultLaunchPageIdx = 0;
|
||||
|
||||
const defaultUpdateInterval = 3;
|
||||
|
||||
const defaultEditorTheme = 'monokai';
|
||||
const defaultEditorTheme = 'a11y-light';
|
||||
const defaultEditorDarkTheme = 'monokai';
|
||||
|
||||
@@ -10,7 +10,7 @@ const privateKeyMaxSize = 20 * 1024;
|
||||
const editorMaxSize = 1024 * 1024;
|
||||
|
||||
/// Max debug log lines
|
||||
const maxDebugLogLines = 377;
|
||||
const maxDebugLogLines = 100;
|
||||
|
||||
/// Method Channels
|
||||
const pkgName = 'tech.lolli.toolbox';
|
||||
|
||||
Reference in New Issue
Block a user