mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-03-23 19:40:51 -05:00
chore: default code theme
This commit is contained in:
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user