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/atelier-estuary-light.dart
Normal file
39
lib/base/ui/highlight/themes/atelier-estuary-light.dart
Normal file
@@ -0,0 +1,39 @@
|
||||
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||||
|
||||
import 'package:flutter/painting.dart';
|
||||
|
||||
const atelierEstuaryLightTheme = {
|
||||
'comment': TextStyle(color: Color(0xff6c6b5a)),
|
||||
'quote': TextStyle(color: Color(0xff6c6b5a)),
|
||||
'variable': TextStyle(color: Color(0xffba6236)),
|
||||
'template-variable': TextStyle(color: Color(0xffba6236)),
|
||||
'attribute': TextStyle(color: Color(0xffba6236)),
|
||||
'tag': TextStyle(color: Color(0xffba6236)),
|
||||
'name': TextStyle(color: Color(0xffba6236)),
|
||||
'regexp': TextStyle(color: Color(0xffba6236)),
|
||||
'link': TextStyle(color: Color(0xffba6236)),
|
||||
'selector-id': TextStyle(color: Color(0xffba6236)),
|
||||
'selector-class': TextStyle(color: Color(0xffba6236)),
|
||||
'number': TextStyle(color: Color(0xffae7313)),
|
||||
'meta': TextStyle(color: Color(0xffae7313)),
|
||||
'built_in': TextStyle(color: Color(0xffae7313)),
|
||||
'builtin-name': TextStyle(color: Color(0xffae7313)),
|
||||
'literal': TextStyle(color: Color(0xffae7313)),
|
||||
'type': TextStyle(color: Color(0xffae7313)),
|
||||
'params': TextStyle(color: Color(0xffae7313)),
|
||||
'string': TextStyle(color: Color(0xff7d9726)),
|
||||
'symbol': TextStyle(color: Color(0xff7d9726)),
|
||||
'bullet': TextStyle(color: Color(0xff7d9726)),
|
||||
'title': TextStyle(color: Color(0xff36a166)),
|
||||
'section': TextStyle(color: Color(0xff36a166)),
|
||||
'keyword': TextStyle(color: Color(0xff5f9182)),
|
||||
'selector-tag': TextStyle(color: Color(0xff5f9182)),
|
||||
'deletion':
|
||||
TextStyle(color: Color(0xff22221b), backgroundColor: Color(0xffba6236)),
|
||||
'addition':
|
||||
TextStyle(color: Color(0xff22221b), backgroundColor: Color(0xff7d9726)),
|
||||
'root':
|
||||
TextStyle(backgroundColor: Color(0xfff4f3ec), color: Color(0xff5f5e4e)),
|
||||
'emphasis': TextStyle(fontStyle: FontStyle.italic),
|
||||
'strong': TextStyle(fontWeight: FontWeight.bold),
|
||||
};
|
||||
Reference in New Issue
Block a user