mirror of
https://github.com/qinglong-app/qinglong_app.git
synced 2025-10-09 16:48:19 +08:00
优化配置文件编辑功能
This commit is contained in:
42
lib/base/ui/highlight/themes/qtcreator_light.dart
Normal file
42
lib/base/ui/highlight/themes/qtcreator_light.dart
Normal 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)),
|
||||
};
|
||||
Reference in New Issue
Block a user