chore: default code theme

This commit is contained in:
Rongjian Zhang 2020-01-26 23:22:51 +08:00
parent c11d715c3d
commit 917fd86c9a
1 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,8 @@ class CodeModel with ChangeNotifier {
'JetBrains Mono',
];
String _theme = 'github-gist';
String _themeDark = 'vs2015';
String _theme = 'tomorrow';
String _themeDark = 'tomorrow-night';
int _fontSize = 14;
String _fontFamily = 'System';