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/vs.dart
Normal file
36
lib/base/ui/highlight/themes/vs.dart
Normal file
@@ -0,0 +1,36 @@
|
||||
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||||
|
||||
import 'package:flutter/painting.dart';
|
||||
|
||||
const vsTheme = {
|
||||
'root':
|
||||
TextStyle(backgroundColor: Color(0xffffffff), color: Color(0xff000000)),
|
||||
'comment': TextStyle(color: Color(0xff008000)),
|
||||
'quote': TextStyle(color: Color(0xff008000)),
|
||||
'variable': TextStyle(color: Color(0xff008000)),
|
||||
'keyword': TextStyle(color: Color(0xff0000ff)),
|
||||
'selector-tag': TextStyle(color: Color(0xff0000ff)),
|
||||
'built_in': TextStyle(color: Color(0xff0000ff)),
|
||||
'name': TextStyle(color: Color(0xff0000ff)),
|
||||
'tag': TextStyle(color: Color(0xff0000ff)),
|
||||
'string': TextStyle(color: Color(0xffa31515)),
|
||||
'title': TextStyle(color: Color(0xffa31515)),
|
||||
'section': TextStyle(color: Color(0xffa31515)),
|
||||
'attribute': TextStyle(color: Color(0xffa31515)),
|
||||
'literal': TextStyle(color: Color(0xffa31515)),
|
||||
'template-tag': TextStyle(color: Color(0xffa31515)),
|
||||
'template-variable': TextStyle(color: Color(0xffa31515)),
|
||||
'type': TextStyle(color: Color(0xffa31515)),
|
||||
'addition': TextStyle(color: Color(0xffa31515)),
|
||||
'deletion': TextStyle(color: Color(0xff2b91af)),
|
||||
'selector-attr': TextStyle(color: Color(0xff2b91af)),
|
||||
'selector-pseudo': TextStyle(color: Color(0xff2b91af)),
|
||||
'meta': TextStyle(color: Color(0xff2b91af)),
|
||||
'doctag': TextStyle(color: Color(0xff808080)),
|
||||
'attr': TextStyle(color: Color(0xffff0000)),
|
||||
'symbol': TextStyle(color: Color(0xff00b0e8)),
|
||||
'bullet': TextStyle(color: Color(0xff00b0e8)),
|
||||
'link': TextStyle(color: Color(0xff00b0e8)),
|
||||
'emphasis': TextStyle(fontStyle: FontStyle.italic),
|
||||
'strong': TextStyle(fontWeight: FontWeight.bold),
|
||||
};
|
||||
Reference in New Issue
Block a user