mirror of
https://github.com/qinglong-app/qinglong_app.git
synced 2025-10-09 16:48:19 +08:00
优化配置文件编辑功能
This commit is contained in:
27
lib/base/ui/highlight/themes/ascetic.dart
Normal file
27
lib/base/ui/highlight/themes/ascetic.dart
Normal file
@@ -0,0 +1,27 @@
|
||||
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||||
|
||||
import 'package:flutter/painting.dart';
|
||||
|
||||
const asceticTheme = {
|
||||
'root':
|
||||
TextStyle(backgroundColor: Color(0xffffffff), color: Color(0xff000000)),
|
||||
'string': TextStyle(color: Color(0xff888888)),
|
||||
'variable': TextStyle(color: Color(0xff888888)),
|
||||
'template-variable': TextStyle(color: Color(0xff888888)),
|
||||
'symbol': TextStyle(color: Color(0xff888888)),
|
||||
'bullet': TextStyle(color: Color(0xff888888)),
|
||||
'section': TextStyle(color: Color(0xff888888), fontWeight: FontWeight.bold),
|
||||
'addition': TextStyle(color: Color(0xff888888)),
|
||||
'attribute': TextStyle(color: Color(0xff888888)),
|
||||
'link': TextStyle(color: Color(0xff888888)),
|
||||
'comment': TextStyle(color: Color(0xffcccccc)),
|
||||
'quote': TextStyle(color: Color(0xffcccccc)),
|
||||
'meta': TextStyle(color: Color(0xffcccccc)),
|
||||
'deletion': TextStyle(color: Color(0xffcccccc)),
|
||||
'keyword': TextStyle(fontWeight: FontWeight.bold),
|
||||
'selector-tag': TextStyle(fontWeight: FontWeight.bold),
|
||||
'name': TextStyle(fontWeight: FontWeight.bold),
|
||||
'type': TextStyle(fontWeight: FontWeight.bold),
|
||||
'strong': TextStyle(fontWeight: FontWeight.bold),
|
||||
'emphasis': TextStyle(fontStyle: FontStyle.italic),
|
||||
};
|
||||
Reference in New Issue
Block a user