优化配置文件编辑功能

This commit is contained in:
jyuesong
2022-01-24 10:12:29 +08:00
parent 04de960c0f
commit 0e78441fa1
97 changed files with 4075 additions and 35 deletions

View File

@@ -0,0 +1,38 @@
// GENERATED CODE - DO NOT MODIFY BY HAND
import 'package:flutter/painting.dart';
const hopscotchTheme = {
'comment': TextStyle(color: Color(0xff989498)),
'quote': TextStyle(color: Color(0xff989498)),
'variable': TextStyle(color: Color(0xffdd464c)),
'template-variable': TextStyle(color: Color(0xffdd464c)),
'attribute': TextStyle(color: Color(0xffdd464c)),
'tag': TextStyle(color: Color(0xffdd464c)),
'name': TextStyle(color: Color(0xffdd464c)),
'selector-id': TextStyle(color: Color(0xffdd464c)),
'selector-class': TextStyle(color: Color(0xffdd464c)),
'regexp': TextStyle(color: Color(0xffdd464c)),
'link': TextStyle(color: Color(0xffdd464c)),
'deletion': TextStyle(color: Color(0xffdd464c)),
'number': TextStyle(color: Color(0xfffd8b19)),
'built_in': TextStyle(color: Color(0xfffd8b19)),
'builtin-name': TextStyle(color: Color(0xfffd8b19)),
'literal': TextStyle(color: Color(0xfffd8b19)),
'type': TextStyle(color: Color(0xfffd8b19)),
'params': TextStyle(color: Color(0xfffd8b19)),
'string': TextStyle(color: Color(0xff8fc13e)),
'symbol': TextStyle(color: Color(0xff8fc13e)),
'bullet': TextStyle(color: Color(0xff8fc13e)),
'addition': TextStyle(color: Color(0xff8fc13e)),
'meta': TextStyle(color: Color(0xff149b93)),
'function': TextStyle(color: Color(0xff1290bf)),
'section': TextStyle(color: Color(0xff1290bf)),
'title': TextStyle(color: Color(0xff1290bf)),
'keyword': TextStyle(color: Color(0xffc85e7c)),
'selector-tag': TextStyle(color: Color(0xffc85e7c)),
'root':
TextStyle(backgroundColor: Color(0xff322931), color: Color(0xffb9b5b8)),
'emphasis': TextStyle(fontStyle: FontStyle.italic),
'strong': TextStyle(fontWeight: FontWeight.bold),
};