mirror of
https://github.com/qinglong-app/qinglong_app.git
synced 2025-10-09 16:48:19 +08:00
48 lines
2.3 KiB
Dart
48 lines
2.3 KiB
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
import 'package:flutter/painting.dart';
|
|
|
|
const isblEditorDarkTheme = {
|
|
'root':
|
|
TextStyle(backgroundColor: Color(0xff404040), color: Color(0xfff0f0f0)),
|
|
'subst': TextStyle(color: Color(0xfff0f0f0)),
|
|
'comment': TextStyle(color: Color(0xffb5b5b5), fontStyle: FontStyle.italic),
|
|
'keyword': TextStyle(color: Color(0xfff0f0f0), fontWeight: FontWeight.bold),
|
|
'attribute': TextStyle(color: Color(0xfff0f0f0), fontWeight: FontWeight.bold),
|
|
'selector-tag':
|
|
TextStyle(color: Color(0xfff0f0f0), fontWeight: FontWeight.bold),
|
|
'meta-keyword':
|
|
TextStyle(color: Color(0xfff0f0f0), fontWeight: FontWeight.bold),
|
|
'doctag': TextStyle(color: Color(0xfff0f0f0), fontWeight: FontWeight.bold),
|
|
'name': TextStyle(color: Color(0xfff0f0f0), fontWeight: FontWeight.bold),
|
|
'string': TextStyle(color: Color(0xff97bf0d)),
|
|
'type': TextStyle(color: Color(0xfff0f0f0)),
|
|
'number': TextStyle(color: Color(0xfff0f0f0)),
|
|
'selector-id': TextStyle(color: Color(0xfff0f0f0)),
|
|
'selector-class': TextStyle(color: Color(0xfff0f0f0)),
|
|
'quote': TextStyle(color: Color(0xfff0f0f0)),
|
|
'template-tag': TextStyle(color: Color(0xfff0f0f0)),
|
|
'deletion': TextStyle(color: Color(0xfff0f0f0)),
|
|
'title': TextStyle(color: Color(0xffdf471e)),
|
|
'section': TextStyle(color: Color(0xffdf471e)),
|
|
'title>.hljs-built_in':
|
|
TextStyle(color: Color(0xff81bce9), fontWeight: FontWeight.normal),
|
|
'regexp': TextStyle(color: Color(0xffe2c696)),
|
|
'symbol': TextStyle(color: Color(0xffe2c696)),
|
|
'variable': TextStyle(color: Color(0xffe2c696)),
|
|
'template-variable': TextStyle(color: Color(0xffe2c696)),
|
|
'link': TextStyle(color: Color(0xffe2c696)),
|
|
'selector-attr': TextStyle(color: Color(0xffe2c696)),
|
|
'selector-pseudo': TextStyle(color: Color(0xffe2c696)),
|
|
'built_in': TextStyle(color: Color(0xff97bf0d), fontWeight: FontWeight.bold),
|
|
'literal': TextStyle(color: Color(0xff97bf0d), fontWeight: FontWeight.bold),
|
|
'bullet': TextStyle(color: Color(0xff397300)),
|
|
'code': TextStyle(color: Color(0xff397300)),
|
|
'addition': TextStyle(color: Color(0xff397300)),
|
|
'class': TextStyle(color: Color(0xffce9d4d), fontWeight: FontWeight.bold),
|
|
'meta': TextStyle(color: Color(0xff1f7199)),
|
|
'meta-string': TextStyle(color: Color(0xff4d99bf)),
|
|
'emphasis': TextStyle(fontStyle: FontStyle.italic),
|
|
'strong': TextStyle(fontWeight: FontWeight.bold),
|
|
};
|