mirror of
https://github.com/qinglong-app/qinglong_app.git
synced 2025-10-09 16:48:19 +08:00
优化配置文件编辑功能
This commit is contained in:
40
lib/base/ui/highlight/themes/docco.dart
Normal file
40
lib/base/ui/highlight/themes/docco.dart
Normal file
@@ -0,0 +1,40 @@
|
||||
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||||
|
||||
import 'package:flutter/painting.dart';
|
||||
|
||||
const doccoTheme = {
|
||||
'root':
|
||||
TextStyle(color: Color(0xff000000), backgroundColor: Color(0xfff8f8ff)),
|
||||
'comment': TextStyle(color: Color(0xff408080), fontStyle: FontStyle.italic),
|
||||
'quote': TextStyle(color: Color(0xff408080), fontStyle: FontStyle.italic),
|
||||
'keyword': TextStyle(color: Color(0xff954121)),
|
||||
'selector-tag': TextStyle(color: Color(0xff954121)),
|
||||
'literal': TextStyle(color: Color(0xff954121)),
|
||||
'subst': TextStyle(color: Color(0xff954121)),
|
||||
'number': TextStyle(color: Color(0xff40a070)),
|
||||
'string': TextStyle(color: Color(0xff219161)),
|
||||
'doctag': TextStyle(color: Color(0xff219161)),
|
||||
'selector-id': TextStyle(color: Color(0xff19469d)),
|
||||
'selector-class': TextStyle(color: Color(0xff19469d)),
|
||||
'section': TextStyle(color: Color(0xff19469d)),
|
||||
'type': TextStyle(color: Color(0xff19469d)),
|
||||
'params': TextStyle(color: Color(0xff0000ff)),
|
||||
'title': TextStyle(color: Color(0xff445588), fontWeight: FontWeight.bold),
|
||||
'tag': TextStyle(color: Color(0xff000080), fontWeight: FontWeight.normal),
|
||||
'name': TextStyle(color: Color(0xff000080), fontWeight: FontWeight.normal),
|
||||
'attribute':
|
||||
TextStyle(color: Color(0xff000080), fontWeight: FontWeight.normal),
|
||||
'variable': TextStyle(color: Color(0xff008080)),
|
||||
'template-variable': TextStyle(color: Color(0xff008080)),
|
||||
'regexp': TextStyle(color: Color(0xffbb6688)),
|
||||
'link': TextStyle(color: Color(0xffbb6688)),
|
||||
'symbol': TextStyle(color: Color(0xff990073)),
|
||||
'bullet': TextStyle(color: Color(0xff990073)),
|
||||
'built_in': TextStyle(color: Color(0xff0086b3)),
|
||||
'builtin-name': TextStyle(color: Color(0xff0086b3)),
|
||||
'meta': TextStyle(color: Color(0xff999999), fontWeight: FontWeight.bold),
|
||||
'deletion': TextStyle(backgroundColor: Color(0xffffdddd)),
|
||||
'addition': TextStyle(backgroundColor: Color(0xffddffdd)),
|
||||
'emphasis': TextStyle(fontStyle: FontStyle.italic),
|
||||
'strong': TextStyle(fontWeight: FontWeight.bold),
|
||||
};
|
||||
Reference in New Issue
Block a user