mirror of
https://github.com/qinglong-app/qinglong_app.git
synced 2025-10-09 16:48:19 +08:00
优化配置文件编辑功能
This commit is contained in:
35
lib/base/ui/highlight/themes/atelier-heath-light.dart
Normal file
35
lib/base/ui/highlight/themes/atelier-heath-light.dart
Normal file
@@ -0,0 +1,35 @@
|
||||
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||||
|
||||
import 'package:flutter/painting.dart';
|
||||
|
||||
const atelierHeathLightTheme = {
|
||||
'comment': TextStyle(color: Color(0xff776977)),
|
||||
'quote': TextStyle(color: Color(0xff776977)),
|
||||
'variable': TextStyle(color: Color(0xffca402b)),
|
||||
'template-variable': TextStyle(color: Color(0xffca402b)),
|
||||
'attribute': TextStyle(color: Color(0xffca402b)),
|
||||
'tag': TextStyle(color: Color(0xffca402b)),
|
||||
'name': TextStyle(color: Color(0xffca402b)),
|
||||
'regexp': TextStyle(color: Color(0xffca402b)),
|
||||
'link': TextStyle(color: Color(0xffca402b)),
|
||||
'selector-id': TextStyle(color: Color(0xffca402b)),
|
||||
'selector-class': TextStyle(color: Color(0xffca402b)),
|
||||
'number': TextStyle(color: Color(0xffa65926)),
|
||||
'meta': TextStyle(color: Color(0xffa65926)),
|
||||
'built_in': TextStyle(color: Color(0xffa65926)),
|
||||
'builtin-name': TextStyle(color: Color(0xffa65926)),
|
||||
'literal': TextStyle(color: Color(0xffa65926)),
|
||||
'type': TextStyle(color: Color(0xffa65926)),
|
||||
'params': TextStyle(color: Color(0xffa65926)),
|
||||
'string': TextStyle(color: Color(0xff918b3b)),
|
||||
'symbol': TextStyle(color: Color(0xff918b3b)),
|
||||
'bullet': TextStyle(color: Color(0xff918b3b)),
|
||||
'title': TextStyle(color: Color(0xff516aec)),
|
||||
'section': TextStyle(color: Color(0xff516aec)),
|
||||
'keyword': TextStyle(color: Color(0xff7b59c0)),
|
||||
'selector-tag': TextStyle(color: Color(0xff7b59c0)),
|
||||
'root':
|
||||
TextStyle(backgroundColor: Color(0xfff7f3f7), color: Color(0xff695d69)),
|
||||
'emphasis': TextStyle(fontStyle: FontStyle.italic),
|
||||
'strong': TextStyle(fontWeight: FontWeight.bold),
|
||||
};
|
||||
Reference in New Issue
Block a user