From 917fd86c9ab520ddf52f486a2fef55975b97caac Mon Sep 17 00:00:00 2001 From: Rongjian Zhang Date: Sun, 26 Jan 2020 23:22:51 +0800 Subject: [PATCH] chore: default code theme --- lib/models/code.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/models/code.dart b/lib/models/code.dart index 0c5f9d4..1855618 100644 --- a/lib/models/code.dart +++ b/lib/models/code.dart @@ -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';