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/tomorrow.dart
Normal file
37
lib/base/ui/highlight/themes/tomorrow.dart
Normal file
@@ -0,0 +1,37 @@
|
||||
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||||
|
||||
import 'package:flutter/painting.dart';
|
||||
|
||||
const tomorrowTheme = {
|
||||
'comment': TextStyle(color: Color(0xff8e908c)),
|
||||
'quote': TextStyle(color: Color(0xff8e908c)),
|
||||
'variable': TextStyle(color: Color(0xffc82829)),
|
||||
'template-variable': TextStyle(color: Color(0xffc82829)),
|
||||
'tag': TextStyle(color: Color(0xffc82829)),
|
||||
'name': TextStyle(color: Color(0xffc82829)),
|
||||
'selector-id': TextStyle(color: Color(0xffc82829)),
|
||||
'selector-class': TextStyle(color: Color(0xffc82829)),
|
||||
'regexp': TextStyle(color: Color(0xffc82829)),
|
||||
'deletion': TextStyle(color: Color(0xffc82829)),
|
||||
'number': TextStyle(color: Color(0xfff5871f)),
|
||||
'built_in': TextStyle(color: Color(0xfff5871f)),
|
||||
'builtin-name': TextStyle(color: Color(0xfff5871f)),
|
||||
'literal': TextStyle(color: Color(0xfff5871f)),
|
||||
'type': TextStyle(color: Color(0xfff5871f)),
|
||||
'params': TextStyle(color: Color(0xfff5871f)),
|
||||
'meta': TextStyle(color: Color(0xfff5871f)),
|
||||
'link': TextStyle(color: Color(0xfff5871f)),
|
||||
'attribute': TextStyle(color: Color(0xffeab700)),
|
||||
'string': TextStyle(color: Color(0xff718c00)),
|
||||
'symbol': TextStyle(color: Color(0xff718c00)),
|
||||
'bullet': TextStyle(color: Color(0xff718c00)),
|
||||
'addition': TextStyle(color: Color(0xff718c00)),
|
||||
'title': TextStyle(color: Color(0xff4271ae)),
|
||||
'section': TextStyle(color: Color(0xff4271ae)),
|
||||
'keyword': TextStyle(color: Color(0xff8959a8)),
|
||||
'selector-tag': TextStyle(color: Color(0xff8959a8)),
|
||||
'root':
|
||||
TextStyle(backgroundColor: Color(0xffffffff), color: Color(0xff4d4d4c)),
|
||||
'emphasis': TextStyle(fontStyle: FontStyle.italic),
|
||||
'strong': TextStyle(fontWeight: FontWeight.bold),
|
||||
};
|
||||
Reference in New Issue
Block a user