mirror of
https://github.com/qinglong-app/qinglong_app.git
synced 2025-10-09 16:48:19 +08:00
优化配置文件编辑功能
This commit is contained in:
37
lib/base/ui/highlight/themes/magula.dart
Normal file
37
lib/base/ui/highlight/themes/magula.dart
Normal file
@@ -0,0 +1,37 @@
|
||||
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||||
|
||||
import 'package:flutter/painting.dart';
|
||||
|
||||
const magulaTheme = {
|
||||
'root':
|
||||
TextStyle(backgroundColor: Color(0xfff4f4f4), color: Color(0xff000000)),
|
||||
'subst': TextStyle(color: Color(0xff000000)),
|
||||
'string': TextStyle(color: Color(0xff005500)),
|
||||
'title': TextStyle(color: Color(0xff000080), fontWeight: FontWeight.bold),
|
||||
'symbol': TextStyle(color: Color(0xff005500)),
|
||||
'bullet': TextStyle(color: Color(0xff005500)),
|
||||
'attribute': TextStyle(color: Color(0xff005500)),
|
||||
'addition': TextStyle(color: Color(0xff005500)),
|
||||
'variable': TextStyle(color: Color(0xff005500)),
|
||||
'template-tag': TextStyle(color: Color(0xff005500)),
|
||||
'template-variable': TextStyle(color: Color(0xff005500)),
|
||||
'comment': TextStyle(color: Color(0xff777777)),
|
||||
'quote': TextStyle(color: Color(0xff777777)),
|
||||
'number': TextStyle(color: Color(0xff880000)),
|
||||
'regexp': TextStyle(color: Color(0xff880000)),
|
||||
'literal': TextStyle(color: Color(0xff880000)),
|
||||
'type': TextStyle(color: Color(0xff880000)),
|
||||
'link': TextStyle(color: Color(0xff880000)),
|
||||
'deletion': TextStyle(color: Color(0xff0000ee)),
|
||||
'meta': TextStyle(color: Color(0xff0000ee)),
|
||||
'keyword': TextStyle(fontWeight: FontWeight.bold, color: Color(0xff000080)),
|
||||
'selector-tag':
|
||||
TextStyle(fontWeight: FontWeight.bold, color: Color(0xff000080)),
|
||||
'doctag': TextStyle(fontWeight: FontWeight.bold, color: Color(0xff000080)),
|
||||
'section': TextStyle(fontWeight: FontWeight.bold, color: Color(0xff000080)),
|
||||
'built_in': TextStyle(fontWeight: FontWeight.bold, color: Color(0xff000080)),
|
||||
'tag': TextStyle(fontWeight: FontWeight.bold, color: Color(0xff000080)),
|
||||
'name': TextStyle(fontWeight: FontWeight.bold, color: Color(0xff000080)),
|
||||
'emphasis': TextStyle(fontStyle: FontStyle.italic),
|
||||
'strong': TextStyle(fontWeight: FontWeight.bold),
|
||||
};
|
||||
Reference in New Issue
Block a user