mirror of
https://github.com/qinglong-app/qinglong_app.git
synced 2025-10-09 16:48:19 +08:00
40 lines
1.7 KiB
Dart
40 lines
1.7 KiB
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
import 'package:flutter/painting.dart';
|
|
|
|
const atelierCaveDarkTheme = {
|
|
'comment': TextStyle(color: Color(0xff7e7887)),
|
|
'quote': TextStyle(color: Color(0xff7e7887)),
|
|
'variable': TextStyle(color: Color(0xffbe4678)),
|
|
'template-variable': TextStyle(color: Color(0xffbe4678)),
|
|
'attribute': TextStyle(color: Color(0xffbe4678)),
|
|
'regexp': TextStyle(color: Color(0xffbe4678)),
|
|
'link': TextStyle(color: Color(0xffbe4678)),
|
|
'tag': TextStyle(color: Color(0xffbe4678)),
|
|
'name': TextStyle(color: Color(0xffbe4678)),
|
|
'selector-id': TextStyle(color: Color(0xffbe4678)),
|
|
'selector-class': TextStyle(color: Color(0xffbe4678)),
|
|
'number': TextStyle(color: Color(0xffaa573c)),
|
|
'meta': TextStyle(color: Color(0xffaa573c)),
|
|
'built_in': TextStyle(color: Color(0xffaa573c)),
|
|
'builtin-name': TextStyle(color: Color(0xffaa573c)),
|
|
'literal': TextStyle(color: Color(0xffaa573c)),
|
|
'type': TextStyle(color: Color(0xffaa573c)),
|
|
'params': TextStyle(color: Color(0xffaa573c)),
|
|
'string': TextStyle(color: Color(0xff2a9292)),
|
|
'symbol': TextStyle(color: Color(0xff2a9292)),
|
|
'bullet': TextStyle(color: Color(0xff2a9292)),
|
|
'title': TextStyle(color: Color(0xff576ddb)),
|
|
'section': TextStyle(color: Color(0xff576ddb)),
|
|
'keyword': TextStyle(color: Color(0xff955ae7)),
|
|
'selector-tag': TextStyle(color: Color(0xff955ae7)),
|
|
'deletion':
|
|
TextStyle(color: Color(0xff19171c), backgroundColor: Color(0xffbe4678)),
|
|
'addition':
|
|
TextStyle(color: Color(0xff19171c), backgroundColor: Color(0xff2a9292)),
|
|
'root':
|
|
TextStyle(backgroundColor: Color(0xff19171c), color: Color(0xff8b8792)),
|
|
'emphasis': TextStyle(fontStyle: FontStyle.italic),
|
|
'strong': TextStyle(fontWeight: FontWeight.bold),
|
|
};
|