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