mirror of
https://github.com/qinglong-app/qinglong_app.git
synced 2025-10-09 16:48:19 +08:00
优化配置文件编辑功能
This commit is contained in:
36
lib/base/ui/highlight/themes/foundation.dart
Normal file
36
lib/base/ui/highlight/themes/foundation.dart
Normal file
@@ -0,0 +1,36 @@
|
||||
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||||
|
||||
import 'package:flutter/painting.dart';
|
||||
|
||||
const foundationTheme = {
|
||||
'root':
|
||||
TextStyle(backgroundColor: Color(0xffeeeeee), color: Color(0xff000000)),
|
||||
'link': TextStyle(color: Color(0xff007700)),
|
||||
'emphasis': TextStyle(color: Color(0xff007700), fontStyle: FontStyle.italic),
|
||||
'attribute': TextStyle(color: Color(0xff007700)),
|
||||
'addition': TextStyle(color: Color(0xff007700)),
|
||||
'strong': TextStyle(color: Color(0xffdd1144), fontWeight: FontWeight.bold),
|
||||
'string': TextStyle(color: Color(0xffdd1144)),
|
||||
'deletion': TextStyle(color: Color(0xffdd1144)),
|
||||
'quote': TextStyle(color: Color(0xff999988), fontStyle: FontStyle.italic),
|
||||
'comment': TextStyle(color: Color(0xff999988), fontStyle: FontStyle.italic),
|
||||
'section': TextStyle(color: Color(0xff990000)),
|
||||
'title': TextStyle(color: Color(0xff990000)),
|
||||
'type': TextStyle(color: Color(0xff445588)),
|
||||
'variable': TextStyle(color: Color(0xff336699)),
|
||||
'template-variable': TextStyle(color: Color(0xff336699)),
|
||||
'bullet': TextStyle(color: Color(0xff997700)),
|
||||
'meta': TextStyle(color: Color(0xff3344bb)),
|
||||
'code': TextStyle(color: Color(0xff009999)),
|
||||
'number': TextStyle(color: Color(0xff009999)),
|
||||
'literal': TextStyle(color: Color(0xff009999)),
|
||||
'keyword': TextStyle(color: Color(0xff009999)),
|
||||
'selector-tag': TextStyle(color: Color(0xff009999)),
|
||||
'regexp':
|
||||
TextStyle(backgroundColor: Color(0xfffff0ff), color: Color(0xff880088)),
|
||||
'symbol': TextStyle(color: Color(0xff990073)),
|
||||
'tag': TextStyle(color: Color(0xff007700)),
|
||||
'name': TextStyle(color: Color(0xff007700)),
|
||||
'selector-id': TextStyle(color: Color(0xff007700)),
|
||||
'selector-class': TextStyle(color: Color(0xff007700)),
|
||||
};
|
||||
Reference in New Issue
Block a user