优化配置文件编辑功能

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,33 @@
// GENERATED CODE - DO NOT MODIFY BY HAND
import 'package:flutter/painting.dart';
const draculaTheme = {
'root':
TextStyle(backgroundColor: Color(0xff282a36), color: Color(0xfff8f8f2)),
'keyword': TextStyle(color: Color(0xff8be9fd), fontWeight: FontWeight.bold),
'selector-tag':
TextStyle(color: Color(0xff8be9fd), fontWeight: FontWeight.bold),
'literal': TextStyle(color: Color(0xff8be9fd), fontWeight: FontWeight.bold),
'section': TextStyle(color: Color(0xff8be9fd), fontWeight: FontWeight.bold),
'link': TextStyle(color: Color(0xff8be9fd)),
'subst': TextStyle(color: Color(0xfff8f8f2)),
'string': TextStyle(color: Color(0xfff1fa8c)),
'title': TextStyle(color: Color(0xfff1fa8c), fontWeight: FontWeight.bold),
'name': TextStyle(color: Color(0xfff1fa8c), fontWeight: FontWeight.bold),
'type': TextStyle(color: Color(0xfff1fa8c), fontWeight: FontWeight.bold),
'attribute': TextStyle(color: Color(0xfff1fa8c)),
'symbol': TextStyle(color: Color(0xfff1fa8c)),
'bullet': TextStyle(color: Color(0xfff1fa8c)),
'addition': TextStyle(color: Color(0xfff1fa8c)),
'variable': TextStyle(color: Color(0xfff1fa8c)),
'template-tag': TextStyle(color: Color(0xfff1fa8c)),
'template-variable': TextStyle(color: Color(0xfff1fa8c)),
'comment': TextStyle(color: Color(0xff6272a4)),
'quote': TextStyle(color: Color(0xff6272a4)),
'deletion': TextStyle(color: Color(0xff6272a4)),
'meta': TextStyle(color: Color(0xff6272a4)),
'doctag': TextStyle(fontWeight: FontWeight.bold),
'strong': TextStyle(fontWeight: FontWeight.bold),
'emphasis': TextStyle(fontStyle: FontStyle.italic),
};