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 atelierDuneLightTheme = {
|
|
'comment': TextStyle(color: Color(0xff7d7a68)),
|
|
'quote': TextStyle(color: Color(0xff7d7a68)),
|
|
'variable': TextStyle(color: Color(0xffd73737)),
|
|
'template-variable': TextStyle(color: Color(0xffd73737)),
|
|
'attribute': TextStyle(color: Color(0xffd73737)),
|
|
'tag': TextStyle(color: Color(0xffd73737)),
|
|
'name': TextStyle(color: Color(0xffd73737)),
|
|
'regexp': TextStyle(color: Color(0xffd73737)),
|
|
'link': TextStyle(color: Color(0xffd73737)),
|
|
'selector-id': TextStyle(color: Color(0xffd73737)),
|
|
'selector-class': TextStyle(color: Color(0xffd73737)),
|
|
'number': TextStyle(color: Color(0xffb65611)),
|
|
'meta': TextStyle(color: Color(0xffb65611)),
|
|
'built_in': TextStyle(color: Color(0xffb65611)),
|
|
'builtin-name': TextStyle(color: Color(0xffb65611)),
|
|
'literal': TextStyle(color: Color(0xffb65611)),
|
|
'type': TextStyle(color: Color(0xffb65611)),
|
|
'params': TextStyle(color: Color(0xffb65611)),
|
|
'string': TextStyle(color: Color(0xff60ac39)),
|
|
'symbol': TextStyle(color: Color(0xff60ac39)),
|
|
'bullet': TextStyle(color: Color(0xff60ac39)),
|
|
'title': TextStyle(color: Color(0xff6684e1)),
|
|
'section': TextStyle(color: Color(0xff6684e1)),
|
|
'keyword': TextStyle(color: Color(0xffb854d4)),
|
|
'selector-tag': TextStyle(color: Color(0xffb854d4)),
|
|
'root':
|
|
TextStyle(backgroundColor: Color(0xfffefbec), color: Color(0xff6e6b5e)),
|
|
'emphasis': TextStyle(fontStyle: FontStyle.italic),
|
|
'strong': TextStyle(fontWeight: FontWeight.bold),
|
|
};
|