-
Notifications
You must be signed in to change notification settings - Fork 86
/
tomorrow-night-bright.dart
37 lines (35 loc) · 1.64 KB
/
tomorrow-night-bright.dart
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
// GENERATED CODE - DO NOT MODIFY BY HAND
import 'package:flutter/painting.dart';
const tomorrowNightBrightTheme = {
'comment': TextStyle(color: Color(0xff969896)),
'quote': TextStyle(color: Color(0xff969896)),
'variable': TextStyle(color: Color(0xffd54e53)),
'template-variable': TextStyle(color: Color(0xffd54e53)),
'tag': TextStyle(color: Color(0xffd54e53)),
'name': TextStyle(color: Color(0xffd54e53)),
'selector-id': TextStyle(color: Color(0xffd54e53)),
'selector-class': TextStyle(color: Color(0xffd54e53)),
'regexp': TextStyle(color: Color(0xffd54e53)),
'deletion': TextStyle(color: Color(0xffd54e53)),
'number': TextStyle(color: Color(0xffe78c45)),
'built_in': TextStyle(color: Color(0xffe78c45)),
'builtin-name': TextStyle(color: Color(0xffe78c45)),
'literal': TextStyle(color: Color(0xffe78c45)),
'type': TextStyle(color: Color(0xffe78c45)),
'params': TextStyle(color: Color(0xffe78c45)),
'meta': TextStyle(color: Color(0xffe78c45)),
'link': TextStyle(color: Color(0xffe78c45)),
'attribute': TextStyle(color: Color(0xffe7c547)),
'string': TextStyle(color: Color(0xffb9ca4a)),
'symbol': TextStyle(color: Color(0xffb9ca4a)),
'bullet': TextStyle(color: Color(0xffb9ca4a)),
'addition': TextStyle(color: Color(0xffb9ca4a)),
'title': TextStyle(color: Color(0xff7aa6da)),
'section': TextStyle(color: Color(0xff7aa6da)),
'keyword': TextStyle(color: Color(0xffc397d8)),
'selector-tag': TextStyle(color: Color(0xffc397d8)),
'root':
TextStyle(backgroundColor: Color(0xff000000), color: Color(0xffeaeaea)),
'emphasis': TextStyle(fontStyle: FontStyle.italic),
'strong': TextStyle(fontWeight: FontWeight.bold),
};