Files
qinglong_app/lib/base/ui/highlight/themes/ascetic.dart
2022-01-24 10:12:29 +08:00

28 lines
1.2 KiB
Dart

// GENERATED CODE - DO NOT MODIFY BY HAND
import 'package:flutter/painting.dart';
const asceticTheme = {
'root':
TextStyle(backgroundColor: Color(0xffffffff), color: Color(0xff000000)),
'string': TextStyle(color: Color(0xff888888)),
'variable': TextStyle(color: Color(0xff888888)),
'template-variable': TextStyle(color: Color(0xff888888)),
'symbol': TextStyle(color: Color(0xff888888)),
'bullet': TextStyle(color: Color(0xff888888)),
'section': TextStyle(color: Color(0xff888888), fontWeight: FontWeight.bold),
'addition': TextStyle(color: Color(0xff888888)),
'attribute': TextStyle(color: Color(0xff888888)),
'link': TextStyle(color: Color(0xff888888)),
'comment': TextStyle(color: Color(0xffcccccc)),
'quote': TextStyle(color: Color(0xffcccccc)),
'meta': TextStyle(color: Color(0xffcccccc)),
'deletion': TextStyle(color: Color(0xffcccccc)),
'keyword': TextStyle(fontWeight: FontWeight.bold),
'selector-tag': TextStyle(fontWeight: FontWeight.bold),
'name': TextStyle(fontWeight: FontWeight.bold),
'type': TextStyle(fontWeight: FontWeight.bold),
'strong': TextStyle(fontWeight: FontWeight.bold),
'emphasis': TextStyle(fontStyle: FontStyle.italic),
};