mirror of
https://github.com/git-touch/git-touch
synced 2025-01-31 08:04:51 +01:00
chore: default code theme
This commit is contained in:
parent
c11d715c3d
commit
917fd86c9a
@ -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';
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user