mirror of
https://github.com/qinglong-app/qinglong_app.git
synced 2025-10-09 16:48:19 +08:00
优化配置文件编辑功能
This commit is contained in:
39
lib/base/ui/highlight/themes/rainbow.dart
Normal file
39
lib/base/ui/highlight/themes/rainbow.dart
Normal file
@@ -0,0 +1,39 @@
|
||||
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||||
|
||||
import 'package:flutter/painting.dart';
|
||||
|
||||
const rainbowTheme = {
|
||||
'root':
|
||||
TextStyle(backgroundColor: Color(0xff474949), color: Color(0xffd1d9e1)),
|
||||
'comment': TextStyle(color: Color(0xff969896), fontStyle: FontStyle.italic),
|
||||
'quote': TextStyle(color: Color(0xff969896), fontStyle: FontStyle.italic),
|
||||
'keyword': TextStyle(color: Color(0xffcc99cc)),
|
||||
'selector-tag': TextStyle(color: Color(0xffcc99cc)),
|
||||
'literal': TextStyle(color: Color(0xffcc99cc)),
|
||||
'type': TextStyle(color: Color(0xffcc99cc)),
|
||||
'addition': TextStyle(color: Color(0xffcc99cc)),
|
||||
'number': TextStyle(color: Color(0xfff99157)),
|
||||
'selector-attr': TextStyle(color: Color(0xfff99157)),
|
||||
'selector-pseudo': TextStyle(color: Color(0xfff99157)),
|
||||
'string': TextStyle(color: Color(0xff8abeb7)),
|
||||
'doctag': TextStyle(color: Color(0xff8abeb7)),
|
||||
'regexp': TextStyle(color: Color(0xff8abeb7)),
|
||||
'title': TextStyle(color: Color(0xffb5bd68)),
|
||||
'name': TextStyle(color: Color(0xffb5bd68), fontWeight: FontWeight.bold),
|
||||
'section': TextStyle(color: Color(0xffb5bd68), fontWeight: FontWeight.bold),
|
||||
'built_in': TextStyle(color: Color(0xffb5bd68)),
|
||||
'variable': TextStyle(color: Color(0xffffcc66)),
|
||||
'template-variable': TextStyle(color: Color(0xffffcc66)),
|
||||
'selector-id': TextStyle(color: Color(0xffffcc66)),
|
||||
'strong': TextStyle(fontWeight: FontWeight.bold),
|
||||
'symbol': TextStyle(color: Color(0xfff99157)),
|
||||
'bullet': TextStyle(color: Color(0xfff99157)),
|
||||
'subst': TextStyle(color: Color(0xfff99157)),
|
||||
'meta': TextStyle(color: Color(0xfff99157)),
|
||||
'link': TextStyle(color: Color(0xfff99157)),
|
||||
'deletion': TextStyle(color: Color(0xffdc322f)),
|
||||
'formula': TextStyle(backgroundColor: Color(0xffeee8d5)),
|
||||
'attr': TextStyle(color: Color(0xff81a2be)),
|
||||
'attribute': TextStyle(color: Color(0xff81a2be)),
|
||||
'emphasis': TextStyle(fontStyle: FontStyle.italic),
|
||||
};
|
||||
Reference in New Issue
Block a user