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 atelierLakesideLightTheme = {
|
|
'comment': TextStyle(color: Color(0xff5a7b8c)),
|
|
'quote': TextStyle(color: Color(0xff5a7b8c)),
|
|
'variable': TextStyle(color: Color(0xffd22d72)),
|
|
'template-variable': TextStyle(color: Color(0xffd22d72)),
|
|
'attribute': TextStyle(color: Color(0xffd22d72)),
|
|
'tag': TextStyle(color: Color(0xffd22d72)),
|
|
'name': TextStyle(color: Color(0xffd22d72)),
|
|
'regexp': TextStyle(color: Color(0xffd22d72)),
|
|
'link': TextStyle(color: Color(0xffd22d72)),
|
|
'selector-id': TextStyle(color: Color(0xffd22d72)),
|
|
'selector-class': TextStyle(color: Color(0xffd22d72)),
|
|
'number': TextStyle(color: Color(0xff935c25)),
|
|
'meta': TextStyle(color: Color(0xff935c25)),
|
|
'built_in': TextStyle(color: Color(0xff935c25)),
|
|
'builtin-name': TextStyle(color: Color(0xff935c25)),
|
|
'literal': TextStyle(color: Color(0xff935c25)),
|
|
'type': TextStyle(color: Color(0xff935c25)),
|
|
'params': TextStyle(color: Color(0xff935c25)),
|
|
'string': TextStyle(color: Color(0xff568c3b)),
|
|
'symbol': TextStyle(color: Color(0xff568c3b)),
|
|
'bullet': TextStyle(color: Color(0xff568c3b)),
|
|
'title': TextStyle(color: Color(0xff257fad)),
|
|
'section': TextStyle(color: Color(0xff257fad)),
|
|
'keyword': TextStyle(color: Color(0xff6b6bb8)),
|
|
'selector-tag': TextStyle(color: Color(0xff6b6bb8)),
|
|
'root':
|
|
TextStyle(backgroundColor: Color(0xffebf8ff), color: Color(0xff516d7b)),
|
|
'emphasis': TextStyle(fontStyle: FontStyle.italic),
|
|
'strong': TextStyle(fontWeight: FontWeight.bold),
|
|
};
|