mirror of
https://github.com/qinglong-app/qinglong_app.git
synced 2025-10-09 16:48:19 +08:00
41 lines
1.8 KiB
Dart
41 lines
1.8 KiB
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
import 'package:flutter/painting.dart';
|
|
|
|
const darculaTheme = {
|
|
'root':
|
|
TextStyle(backgroundColor: Color(0xff2b2b2b), color: Color(0xffbababa)),
|
|
'strong': TextStyle(color: Color(0xffa8a8a2)),
|
|
'emphasis': TextStyle(color: Color(0xffa8a8a2), fontStyle: FontStyle.italic),
|
|
'bullet': TextStyle(color: Color(0xff6896ba)),
|
|
'quote': TextStyle(color: Color(0xff6896ba)),
|
|
'link': TextStyle(color: Color(0xff6896ba)),
|
|
'number': TextStyle(color: Color(0xff6896ba)),
|
|
'regexp': TextStyle(color: Color(0xff6896ba)),
|
|
'literal': TextStyle(color: Color(0xff6896ba)),
|
|
'code': TextStyle(color: Color(0xffa6e22e)),
|
|
'selector-class': TextStyle(color: Color(0xffa6e22e)),
|
|
'keyword': TextStyle(color: Color(0xffcb7832)),
|
|
'selector-tag': TextStyle(color: Color(0xffcb7832)),
|
|
'section': TextStyle(color: Color(0xffcb7832)),
|
|
'attribute': TextStyle(color: Color(0xffcb7832)),
|
|
'name': TextStyle(color: Color(0xffcb7832)),
|
|
'variable': TextStyle(color: Color(0xffcb7832)),
|
|
'params': TextStyle(color: Color(0xffb9b9b9)),
|
|
'string': TextStyle(color: Color(0xff6a8759)),
|
|
'subst': TextStyle(color: Color(0xffe0c46c)),
|
|
'type': TextStyle(color: Color(0xffe0c46c)),
|
|
'built_in': TextStyle(color: Color(0xffe0c46c)),
|
|
'builtin-name': TextStyle(color: Color(0xffe0c46c)),
|
|
'symbol': TextStyle(color: Color(0xffe0c46c)),
|
|
'selector-id': TextStyle(color: Color(0xffe0c46c)),
|
|
'selector-attr': TextStyle(color: Color(0xffe0c46c)),
|
|
'selector-pseudo': TextStyle(color: Color(0xffe0c46c)),
|
|
'template-tag': TextStyle(color: Color(0xffe0c46c)),
|
|
'template-variable': TextStyle(color: Color(0xffe0c46c)),
|
|
'addition': TextStyle(color: Color(0xffe0c46c)),
|
|
'comment': TextStyle(color: Color(0xff7f7f7f)),
|
|
'deletion': TextStyle(color: Color(0xff7f7f7f)),
|
|
'meta': TextStyle(color: Color(0xff7f7f7f)),
|
|
};
|