mirror of
https://github.com/qinglong-app/qinglong_app.git
synced 2025-10-09 16:48:19 +08:00
38 lines
1.6 KiB
Dart
38 lines
1.6 KiB
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
import 'package:flutter/painting.dart';
|
|
|
|
const irBlackTheme = {
|
|
'root':
|
|
TextStyle(backgroundColor: Color(0xff000000), color: Color(0xfff8f8f8)),
|
|
'comment': TextStyle(color: Color(0xff7c7c7c)),
|
|
'quote': TextStyle(color: Color(0xff7c7c7c)),
|
|
'meta': TextStyle(color: Color(0xff7c7c7c)),
|
|
'keyword': TextStyle(color: Color(0xff96cbfe)),
|
|
'selector-tag': TextStyle(color: Color(0xff96cbfe)),
|
|
'tag': TextStyle(color: Color(0xff96cbfe)),
|
|
'name': TextStyle(color: Color(0xff96cbfe)),
|
|
'attribute': TextStyle(color: Color(0xffffffb6)),
|
|
'selector-id': TextStyle(color: Color(0xffffffb6)),
|
|
'string': TextStyle(color: Color(0xffa8ff60)),
|
|
'selector-attr': TextStyle(color: Color(0xffa8ff60)),
|
|
'selector-pseudo': TextStyle(color: Color(0xffa8ff60)),
|
|
'addition': TextStyle(color: Color(0xffa8ff60)),
|
|
'subst': TextStyle(color: Color(0xffdaefa3)),
|
|
'regexp': TextStyle(color: Color(0xffe9c062)),
|
|
'link': TextStyle(color: Color(0xffe9c062)),
|
|
'title': TextStyle(color: Color(0xffffffb6)),
|
|
'section': TextStyle(color: Color(0xffffffb6)),
|
|
'type': TextStyle(color: Color(0xffffffb6)),
|
|
'doctag': TextStyle(color: Color(0xffffffb6)),
|
|
'symbol': TextStyle(color: Color(0xffc6c5fe)),
|
|
'bullet': TextStyle(color: Color(0xffc6c5fe)),
|
|
'variable': TextStyle(color: Color(0xffc6c5fe)),
|
|
'template-variable': TextStyle(color: Color(0xffc6c5fe)),
|
|
'literal': TextStyle(color: Color(0xffc6c5fe)),
|
|
'number': TextStyle(color: Color(0xffff73fd)),
|
|
'deletion': TextStyle(color: Color(0xffff73fd)),
|
|
'emphasis': TextStyle(fontStyle: FontStyle.italic),
|
|
'strong': TextStyle(fontWeight: FontWeight.bold),
|
|
};
|