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 atelierPlateauDarkTheme = {
|
|
'comment': TextStyle(color: Color(0xff7e7777)),
|
|
'quote': TextStyle(color: Color(0xff7e7777)),
|
|
'variable': TextStyle(color: Color(0xffca4949)),
|
|
'template-variable': TextStyle(color: Color(0xffca4949)),
|
|
'attribute': TextStyle(color: Color(0xffca4949)),
|
|
'tag': TextStyle(color: Color(0xffca4949)),
|
|
'name': TextStyle(color: Color(0xffca4949)),
|
|
'regexp': TextStyle(color: Color(0xffca4949)),
|
|
'link': TextStyle(color: Color(0xffca4949)),
|
|
'selector-id': TextStyle(color: Color(0xffca4949)),
|
|
'selector-class': TextStyle(color: Color(0xffca4949)),
|
|
'number': TextStyle(color: Color(0xffb45a3c)),
|
|
'meta': TextStyle(color: Color(0xffb45a3c)),
|
|
'built_in': TextStyle(color: Color(0xffb45a3c)),
|
|
'builtin-name': TextStyle(color: Color(0xffb45a3c)),
|
|
'literal': TextStyle(color: Color(0xffb45a3c)),
|
|
'type': TextStyle(color: Color(0xffb45a3c)),
|
|
'params': TextStyle(color: Color(0xffb45a3c)),
|
|
'string': TextStyle(color: Color(0xff4b8b8b)),
|
|
'symbol': TextStyle(color: Color(0xff4b8b8b)),
|
|
'bullet': TextStyle(color: Color(0xff4b8b8b)),
|
|
'title': TextStyle(color: Color(0xff7272ca)),
|
|
'section': TextStyle(color: Color(0xff7272ca)),
|
|
'keyword': TextStyle(color: Color(0xff8464c4)),
|
|
'selector-tag': TextStyle(color: Color(0xff8464c4)),
|
|
'deletion':
|
|
TextStyle(color: Color(0xff1b1818), backgroundColor: Color(0xffca4949)),
|
|
'addition':
|
|
TextStyle(color: Color(0xff1b1818), backgroundColor: Color(0xff4b8b8b)),
|
|
'root':
|
|
TextStyle(backgroundColor: Color(0xff1b1818), color: Color(0xff8a8585)),
|
|
'emphasis': TextStyle(fontStyle: FontStyle.italic),
|
|
'strong': TextStyle(fontWeight: FontWeight.bold),
|
|
};
|