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