mirror of
https://github.com/qinglong-app/qinglong_app.git
synced 2025-10-09 16:48:19 +08:00
35 lines
1.6 KiB
Dart
35 lines
1.6 KiB
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
import 'package:flutter/painting.dart';
|
|
|
|
const darkTheme = {
|
|
'root':
|
|
TextStyle(backgroundColor: Color(0xff444444), color: Color(0xffdddddd)),
|
|
'keyword': TextStyle(color: Color(0xffffffff), fontWeight: FontWeight.bold),
|
|
'selector-tag':
|
|
TextStyle(color: Color(0xffffffff), fontWeight: FontWeight.bold),
|
|
'literal': TextStyle(color: Color(0xffffffff), fontWeight: FontWeight.bold),
|
|
'section': TextStyle(color: Color(0xffffffff), fontWeight: FontWeight.bold),
|
|
'link': TextStyle(color: Color(0xffffffff)),
|
|
'subst': TextStyle(color: Color(0xffdddddd)),
|
|
'string': TextStyle(color: Color(0xffdd8888)),
|
|
'title': TextStyle(color: Color(0xffdd8888), fontWeight: FontWeight.bold),
|
|
'name': TextStyle(color: Color(0xffdd8888), fontWeight: FontWeight.bold),
|
|
'type': TextStyle(color: Color(0xffdd8888), fontWeight: FontWeight.bold),
|
|
'attribute': TextStyle(color: Color(0xffdd8888)),
|
|
'symbol': TextStyle(color: Color(0xffdd8888)),
|
|
'bullet': TextStyle(color: Color(0xffdd8888)),
|
|
'built_in': TextStyle(color: Color(0xffdd8888)),
|
|
'addition': TextStyle(color: Color(0xffdd8888)),
|
|
'variable': TextStyle(color: Color(0xffdd8888)),
|
|
'template-tag': TextStyle(color: Color(0xffdd8888)),
|
|
'template-variable': TextStyle(color: Color(0xffdd8888)),
|
|
'comment': TextStyle(color: Color(0xff777777)),
|
|
'quote': TextStyle(color: Color(0xff777777)),
|
|
'deletion': TextStyle(color: Color(0xff777777)),
|
|
'meta': TextStyle(color: Color(0xff777777)),
|
|
'doctag': TextStyle(fontWeight: FontWeight.bold),
|
|
'strong': TextStyle(fontWeight: FontWeight.bold),
|
|
'emphasis': TextStyle(fontStyle: FontStyle.italic),
|
|
};
|