mirror of
https://github.com/qinglong-app/qinglong_app.git
synced 2025-10-09 16:48:19 +08:00
优化配置文件编辑功能
This commit is contained in:
35
lib/base/ui/highlight/themes/atelier-sulphurpool-dark.dart
Normal file
35
lib/base/ui/highlight/themes/atelier-sulphurpool-dark.dart
Normal file
@@ -0,0 +1,35 @@
|
||||
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||||
|
||||
import 'package:flutter/painting.dart';
|
||||
|
||||
const atelierSulphurpoolDarkTheme = {
|
||||
'comment': TextStyle(color: Color(0xff898ea4)),
|
||||
'quote': TextStyle(color: Color(0xff898ea4)),
|
||||
'variable': TextStyle(color: Color(0xffc94922)),
|
||||
'template-variable': TextStyle(color: Color(0xffc94922)),
|
||||
'attribute': TextStyle(color: Color(0xffc94922)),
|
||||
'tag': TextStyle(color: Color(0xffc94922)),
|
||||
'name': TextStyle(color: Color(0xffc94922)),
|
||||
'regexp': TextStyle(color: Color(0xffc94922)),
|
||||
'link': TextStyle(color: Color(0xffc94922)),
|
||||
'selector-id': TextStyle(color: Color(0xffc94922)),
|
||||
'selector-class': TextStyle(color: Color(0xffc94922)),
|
||||
'number': TextStyle(color: Color(0xffc76b29)),
|
||||
'meta': TextStyle(color: Color(0xffc76b29)),
|
||||
'built_in': TextStyle(color: Color(0xffc76b29)),
|
||||
'builtin-name': TextStyle(color: Color(0xffc76b29)),
|
||||
'literal': TextStyle(color: Color(0xffc76b29)),
|
||||
'type': TextStyle(color: Color(0xffc76b29)),
|
||||
'params': TextStyle(color: Color(0xffc76b29)),
|
||||
'string': TextStyle(color: Color(0xffac9739)),
|
||||
'symbol': TextStyle(color: Color(0xffac9739)),
|
||||
'bullet': TextStyle(color: Color(0xffac9739)),
|
||||
'title': TextStyle(color: Color(0xff3d8fd1)),
|
||||
'section': TextStyle(color: Color(0xff3d8fd1)),
|
||||
'keyword': TextStyle(color: Color(0xff6679cc)),
|
||||
'selector-tag': TextStyle(color: Color(0xff6679cc)),
|
||||
'root':
|
||||
TextStyle(backgroundColor: Color(0xff202746), color: Color(0xff979db4)),
|
||||
'emphasis': TextStyle(fontStyle: FontStyle.italic),
|
||||
'strong': TextStyle(fontWeight: FontWeight.bold),
|
||||
};
|
||||
Reference in New Issue
Block a user