优化配置文件编辑功能

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,35 @@
// GENERATED CODE - DO NOT MODIFY BY HAND
import 'package:flutter/painting.dart';
const atelierDuneLightTheme = {
'comment': TextStyle(color: Color(0xff7d7a68)),
'quote': TextStyle(color: Color(0xff7d7a68)),
'variable': TextStyle(color: Color(0xffd73737)),
'template-variable': TextStyle(color: Color(0xffd73737)),
'attribute': TextStyle(color: Color(0xffd73737)),
'tag': TextStyle(color: Color(0xffd73737)),
'name': TextStyle(color: Color(0xffd73737)),
'regexp': TextStyle(color: Color(0xffd73737)),
'link': TextStyle(color: Color(0xffd73737)),
'selector-id': TextStyle(color: Color(0xffd73737)),
'selector-class': TextStyle(color: Color(0xffd73737)),
'number': TextStyle(color: Color(0xffb65611)),
'meta': TextStyle(color: Color(0xffb65611)),
'built_in': TextStyle(color: Color(0xffb65611)),
'builtin-name': TextStyle(color: Color(0xffb65611)),
'literal': TextStyle(color: Color(0xffb65611)),
'type': TextStyle(color: Color(0xffb65611)),
'params': TextStyle(color: Color(0xffb65611)),
'string': TextStyle(color: Color(0xff60ac39)),
'symbol': TextStyle(color: Color(0xff60ac39)),
'bullet': TextStyle(color: Color(0xff60ac39)),
'title': TextStyle(color: Color(0xff6684e1)),
'section': TextStyle(color: Color(0xff6684e1)),
'keyword': TextStyle(color: Color(0xffb854d4)),
'selector-tag': TextStyle(color: Color(0xffb854d4)),
'root':
TextStyle(backgroundColor: Color(0xfffefbec), color: Color(0xff6e6b5e)),
'emphasis': TextStyle(fontStyle: FontStyle.italic),
'strong': TextStyle(fontWeight: FontWeight.bold),
};