mirror of
https://github.com/qinglong-app/qinglong_app.git
synced 2025-10-09 16:48:19 +08:00
36 lines
1.5 KiB
Dart
36 lines
1.5 KiB
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
import 'package:flutter/painting.dart';
|
|
|
|
const atelierSeasideDarkTheme = {
|
|
'comment': TextStyle(color: Color(0xff809980)),
|
|
'quote': TextStyle(color: Color(0xff809980)),
|
|
'variable': TextStyle(color: Color(0xffe6193c)),
|
|
'template-variable': TextStyle(color: Color(0xffe6193c)),
|
|
'attribute': TextStyle(color: Color(0xffe6193c)),
|
|
'tag': TextStyle(color: Color(0xffe6193c)),
|
|
'name': TextStyle(color: Color(0xffe6193c)),
|
|
'regexp': TextStyle(color: Color(0xffe6193c)),
|
|
'link': TextStyle(color: Color(0xffe6193c)),
|
|
'selector-id': TextStyle(color: Color(0xffe6193c)),
|
|
'selector-class': TextStyle(color: Color(0xffe6193c)),
|
|
'number': TextStyle(color: Color(0xff87711d)),
|
|
'meta': TextStyle(color: Color(0xff87711d)),
|
|
'built_in': TextStyle(color: Color(0xff87711d)),
|
|
'builtin-name': TextStyle(color: Color(0xff87711d)),
|
|
'literal': TextStyle(color: Color(0xff87711d)),
|
|
'type': TextStyle(color: Color(0xff87711d)),
|
|
'params': TextStyle(color: Color(0xff87711d)),
|
|
'string': TextStyle(color: Color(0xff29a329)),
|
|
'symbol': TextStyle(color: Color(0xff29a329)),
|
|
'bullet': TextStyle(color: Color(0xff29a329)),
|
|
'title': TextStyle(color: Color(0xff3d62f5)),
|
|
'section': TextStyle(color: Color(0xff3d62f5)),
|
|
'keyword': TextStyle(color: Color(0xffad2bee)),
|
|
'selector-tag': TextStyle(color: Color(0xffad2bee)),
|
|
'root':
|
|
TextStyle(backgroundColor: Color(0xff131513), color: Color(0xff8ca68c)),
|
|
'emphasis': TextStyle(fontStyle: FontStyle.italic),
|
|
'strong': TextStyle(fontWeight: FontWeight.bold),
|
|
};
|