mirror of
https://github.com/qinglong-app/qinglong_app.git
synced 2025-10-09 16:48:19 +08:00
43 lines
2.0 KiB
Dart
43 lines
2.0 KiB
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
import 'package:flutter/painting.dart';
|
|
|
|
const lightfairTheme = {
|
|
'name': TextStyle(color: Color(0xff01a3a3), fontWeight: FontWeight.bold),
|
|
'tag': TextStyle(color: Color(0xff778899)),
|
|
'meta': TextStyle(color: Color(0xff778899)),
|
|
'root': TextStyle(color: Color(0xff444444)),
|
|
'subst': TextStyle(color: Color(0xff444444)),
|
|
'comment': TextStyle(color: Color(0xff888888)),
|
|
'keyword': TextStyle(fontWeight: FontWeight.bold),
|
|
'attribute': TextStyle(fontWeight: FontWeight.bold),
|
|
'selector-tag': TextStyle(fontWeight: FontWeight.bold),
|
|
'meta-keyword': TextStyle(fontWeight: FontWeight.bold),
|
|
'doctag': TextStyle(fontWeight: FontWeight.bold),
|
|
'type': TextStyle(color: Color(0xff4286f4)),
|
|
'string': TextStyle(color: Color(0xff4286f4)),
|
|
'number': TextStyle(color: Color(0xff4286f4)),
|
|
'selector-id': TextStyle(color: Color(0xff4286f4)),
|
|
'selector-class': TextStyle(color: Color(0xff4286f4)),
|
|
'quote': TextStyle(color: Color(0xff4286f4)),
|
|
'template-tag': TextStyle(color: Color(0xff4286f4)),
|
|
'deletion': TextStyle(color: Color(0xff4286f4)),
|
|
'title': TextStyle(color: Color(0xff4286f4), fontWeight: FontWeight.bold),
|
|
'section': TextStyle(color: Color(0xff4286f4), fontWeight: FontWeight.bold),
|
|
'regexp': TextStyle(color: Color(0xffBC6060)),
|
|
'symbol': TextStyle(color: Color(0xffBC6060)),
|
|
'variable': TextStyle(color: Color(0xffBC6060)),
|
|
'template-variable': TextStyle(color: Color(0xffBC6060)),
|
|
'link': TextStyle(color: Color(0xffBC6060)),
|
|
'selector-attr': TextStyle(color: Color(0xffBC6060)),
|
|
'selector-pseudo': TextStyle(color: Color(0xffBC6060)),
|
|
'literal': TextStyle(color: Color(0xff62bcbc)),
|
|
'built_in': TextStyle(color: Color(0xff25c6c6)),
|
|
'bullet': TextStyle(color: Color(0xff25c6c6)),
|
|
'code': TextStyle(color: Color(0xff25c6c6)),
|
|
'addition': TextStyle(color: Color(0xff25c6c6)),
|
|
'meta-string': TextStyle(color: Color(0xff4d99bf)),
|
|
'emphasis': TextStyle(fontStyle: FontStyle.italic),
|
|
'strong': TextStyle(fontWeight: FontWeight.bold),
|
|
};
|