mirror of
https://github.com/qinglong-app/qinglong_app.git
synced 2025-10-09 16:48:19 +08:00
41 lines
1.9 KiB
Dart
41 lines
1.9 KiB
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
import 'package:flutter/painting.dart';
|
|
|
|
const shadesOfPurpleTheme = {
|
|
'root': TextStyle(
|
|
backgroundColor: Color(0xff2d2b57),
|
|
fontWeight: FontWeight.normal,
|
|
color: Color(0xffe3dfff)),
|
|
'title': TextStyle(color: Color(0xfffad000), fontWeight: FontWeight.normal),
|
|
'name': TextStyle(color: Color(0xffa1feff), fontWeight: FontWeight.normal),
|
|
'tag': TextStyle(color: Color(0xffffffff)),
|
|
'attr': TextStyle(color: Color(0xfff8d000), fontStyle: FontStyle.italic),
|
|
'built_in': TextStyle(color: Color(0xfffb9e00)),
|
|
'selector-tag':
|
|
TextStyle(color: Color(0xfffb9e00), fontWeight: FontWeight.normal),
|
|
'section': TextStyle(color: Color(0xfffb9e00)),
|
|
'keyword': TextStyle(color: Color(0xfffb9e00), fontWeight: FontWeight.normal),
|
|
'subst': TextStyle(color: Color(0xffe3dfff)),
|
|
'string': TextStyle(color: Color(0xff4cd213)),
|
|
'attribute': TextStyle(color: Color(0xff4cd213)),
|
|
'symbol': TextStyle(color: Color(0xff4cd213)),
|
|
'bullet': TextStyle(color: Color(0xff4cd213)),
|
|
'addition': TextStyle(color: Color(0xff4cd213)),
|
|
'code': TextStyle(color: Color(0xff4cd213)),
|
|
'regexp': TextStyle(color: Color(0xff4cd213)),
|
|
'selector-class': TextStyle(color: Color(0xff4cd213)),
|
|
'selector-attr': TextStyle(color: Color(0xff4cd213)),
|
|
'selector-pseudo': TextStyle(color: Color(0xff4cd213)),
|
|
'template-tag': TextStyle(color: Color(0xff4cd213)),
|
|
'quote': TextStyle(color: Color(0xff4cd213)),
|
|
'deletion': TextStyle(color: Color(0xff4cd213)),
|
|
'meta': TextStyle(color: Color(0xfffb9e00)),
|
|
'meta-string': TextStyle(color: Color(0xfffb9e00)),
|
|
'comment': TextStyle(color: Color(0xffac65ff)),
|
|
'literal': TextStyle(fontWeight: FontWeight.normal, color: Color(0xfffa658d)),
|
|
'strong': TextStyle(fontWeight: FontWeight.bold),
|
|
'number': TextStyle(color: Color(0xfffa658d)),
|
|
'emphasis': TextStyle(fontStyle: FontStyle.italic),
|
|
};
|