优化配置文件编辑功能

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,42 @@
// GENERATED CODE - DO NOT MODIFY BY HAND
import 'package:flutter/painting.dart';
const qtcreatorLightTheme = {
'root':
TextStyle(backgroundColor: Color(0xffffffff), color: Color(0xff000000)),
'subst': TextStyle(color: Color(0xff000000)),
'tag': TextStyle(color: Color(0xff000000)),
'title': TextStyle(color: Color(0xff000000)),
'strong': TextStyle(color: Color(0xff000000)),
'emphasis': TextStyle(color: Color(0xff000000), fontStyle: FontStyle.italic),
'bullet': TextStyle(color: Color(0xff000080)),
'quote': TextStyle(color: Color(0xff000080)),
'number': TextStyle(color: Color(0xff000080)),
'regexp': TextStyle(color: Color(0xff000080)),
'literal': TextStyle(color: Color(0xff000080)),
'stronge': TextStyle(fontStyle: FontStyle.italic),
'type': TextStyle(fontStyle: FontStyle.italic, color: Color(0xff008000)),
'keyword': TextStyle(color: Color(0xff808000)),
'selector-tag': TextStyle(color: Color(0xff808000)),
'function': TextStyle(color: Color(0xff808000)),
'section': TextStyle(color: Color(0xff808000)),
'symbol': TextStyle(color: Color(0xff808000)),
'name': TextStyle(color: Color(0xff808000)),
'attribute': TextStyle(color: Color(0xff800000)),
'variable': TextStyle(color: Color(0xff0055AF)),
'params': TextStyle(color: Color(0xff0055AF)),
'string': TextStyle(color: Color(0xff008000)),
'selector-id': TextStyle(color: Color(0xff008000)),
'selector-attr': TextStyle(color: Color(0xff008000)),
'selector-pseudo': TextStyle(color: Color(0xff008000)),
'built_in': TextStyle(color: Color(0xff008000)),
'builtin-name': TextStyle(color: Color(0xff008000)),
'template-tag': TextStyle(color: Color(0xff008000)),
'template-variable': TextStyle(color: Color(0xff008000)),
'addition': TextStyle(color: Color(0xff008000)),
'link': TextStyle(color: Color(0xff008000)),
'comment': TextStyle(color: Color(0xff008000)),
'meta': TextStyle(color: Color(0xff008000)),
'deletion': TextStyle(color: Color(0xff008000)),
};