mirror of
https://github.com/qinglong-app/qinglong_app.git
synced 2025-10-09 16:48:19 +08:00
44 lines
2.0 KiB
Dart
44 lines
2.0 KiB
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
import 'package:flutter/painting.dart';
|
|
|
|
const googlecodeTheme = {
|
|
'root':
|
|
TextStyle(backgroundColor: Color(0xffffffff), color: Color(0xff000000)),
|
|
'comment': TextStyle(color: Color(0xff880000)),
|
|
'quote': TextStyle(color: Color(0xff880000)),
|
|
'keyword': TextStyle(color: Color(0xff000088)),
|
|
'selector-tag': TextStyle(color: Color(0xff000088)),
|
|
'section': TextStyle(color: Color(0xff000088)),
|
|
'title': TextStyle(color: Color(0xff660066)),
|
|
'name': TextStyle(color: Color(0xff000088)),
|
|
'variable': TextStyle(color: Color(0xff666600)),
|
|
'template-variable': TextStyle(color: Color(0xff666600)),
|
|
'string': TextStyle(color: Color(0xff008800)),
|
|
'selector-attr': TextStyle(color: Color(0xff008800)),
|
|
'selector-pseudo': TextStyle(color: Color(0xff008800)),
|
|
'regexp': TextStyle(color: Color(0xff008800)),
|
|
'literal': TextStyle(color: Color(0xff006666)),
|
|
'symbol': TextStyle(color: Color(0xff006666)),
|
|
'bullet': TextStyle(color: Color(0xff006666)),
|
|
'meta': TextStyle(color: Color(0xff006666)),
|
|
'number': TextStyle(color: Color(0xff006666)),
|
|
'link': TextStyle(color: Color(0xff006666)),
|
|
'doctag': TextStyle(color: Color(0xff660066), fontWeight: FontWeight.bold),
|
|
'type': TextStyle(color: Color(0xff660066)),
|
|
'attr': TextStyle(color: Color(0xff660066)),
|
|
'built_in': TextStyle(color: Color(0xff660066)),
|
|
'builtin-name': TextStyle(color: Color(0xff660066)),
|
|
'params': TextStyle(color: Color(0xff660066)),
|
|
'attribute': TextStyle(color: Color(0xff000000)),
|
|
'subst': TextStyle(color: Color(0xff000000)),
|
|
'formula': TextStyle(
|
|
backgroundColor: Color(0xffeeeeee), fontStyle: FontStyle.italic),
|
|
'selector-id': TextStyle(color: Color(0xff9B703F)),
|
|
'selector-class': TextStyle(color: Color(0xff9B703F)),
|
|
'addition': TextStyle(backgroundColor: Color(0xffbaeeba)),
|
|
'deletion': TextStyle(backgroundColor: Color(0xffffc8bd)),
|
|
'strong': TextStyle(fontWeight: FontWeight.bold),
|
|
'emphasis': TextStyle(fontStyle: FontStyle.italic),
|
|
};
|