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 atelierSavannaLightTheme = {
|
|
'comment': TextStyle(color: Color(0xff5f6d64)),
|
|
'quote': TextStyle(color: Color(0xff5f6d64)),
|
|
'variable': TextStyle(color: Color(0xffb16139)),
|
|
'template-variable': TextStyle(color: Color(0xffb16139)),
|
|
'attribute': TextStyle(color: Color(0xffb16139)),
|
|
'tag': TextStyle(color: Color(0xffb16139)),
|
|
'name': TextStyle(color: Color(0xffb16139)),
|
|
'regexp': TextStyle(color: Color(0xffb16139)),
|
|
'link': TextStyle(color: Color(0xffb16139)),
|
|
'selector-id': TextStyle(color: Color(0xffb16139)),
|
|
'selector-class': TextStyle(color: Color(0xffb16139)),
|
|
'number': TextStyle(color: Color(0xff9f713c)),
|
|
'meta': TextStyle(color: Color(0xff9f713c)),
|
|
'built_in': TextStyle(color: Color(0xff9f713c)),
|
|
'builtin-name': TextStyle(color: Color(0xff9f713c)),
|
|
'literal': TextStyle(color: Color(0xff9f713c)),
|
|
'type': TextStyle(color: Color(0xff9f713c)),
|
|
'params': TextStyle(color: Color(0xff9f713c)),
|
|
'string': TextStyle(color: Color(0xff489963)),
|
|
'symbol': TextStyle(color: Color(0xff489963)),
|
|
'bullet': TextStyle(color: Color(0xff489963)),
|
|
'title': TextStyle(color: Color(0xff478c90)),
|
|
'section': TextStyle(color: Color(0xff478c90)),
|
|
'keyword': TextStyle(color: Color(0xff55859b)),
|
|
'selector-tag': TextStyle(color: Color(0xff55859b)),
|
|
'deletion':
|
|
TextStyle(color: Color(0xff171c19), backgroundColor: Color(0xffb16139)),
|
|
'addition':
|
|
TextStyle(color: Color(0xff171c19), backgroundColor: Color(0xff489963)),
|
|
'root':
|
|
TextStyle(backgroundColor: Color(0xffecf4ee), color: Color(0xff526057)),
|
|
'emphasis': TextStyle(fontStyle: FontStyle.italic),
|
|
'strong': TextStyle(fontWeight: FontWeight.bold),
|
|
};
|