tokyoNightLightTheme top-level constant
Implementation
const tokyoNightLightTheme = {
'comment': TextStyle(color: Color(0xff9699a3)),
'meta': TextStyle(color: Color(0xff9699a3)),
'deletion': TextStyle(color: Color(0xff8c4351)),
'doctag': TextStyle(color: Color(0xff8c4351)),
'regexp': TextStyle(color: Color(0xff8c4351)),
'selector-attr': TextStyle(color: Color(0xff8c4351)),
'selector-class': TextStyle(color: Color(0xff8c4351)),
'selector-id': TextStyle(color: Color(0xff8c4351)),
'selector-pseudo': TextStyle(color: Color(0xff8c4351)),
'tag': TextStyle(color: Color(0xff8c4351)),
'template-tag': TextStyle(color: Color(0xff8c4351)),
'variable.language': TextStyle(color: Color(0xff8c4351)),
'link': TextStyle(color: Color(0xff965027)),
'literal': TextStyle(color: Color(0xff965027)),
'number': TextStyle(color: Color(0xff965027)),
'params': TextStyle(color: Color(0xff965027)),
'template-variable': TextStyle(color: Color(0xff965027)),
'type': TextStyle(color: Color(0xff965027)),
'variable': TextStyle(color: Color(0xff965027)),
'attribute': TextStyle(color: Color(0xff8f5e15)),
'builtin': TextStyle(color: Color(0xff8f5e15)),
'keyword': TextStyle(color: Color(0xff5a4a78)),
'property': TextStyle(color: Color(0xff0f4b6e)),
'subst': TextStyle(color: Color(0xff0f4b6e)),
'title': TextStyle(color: Color(0xff0f4b6e)),
'title.class': TextStyle(color: Color(0xff0f4b6e)),
'title.class.inherited': TextStyle(color: Color(0xff0f4b6e)),
'title.function': TextStyle(color: Color(0xff0f4b6e)),
'selector-tag': TextStyle(color: Color(0xff33635c)),
'addition': TextStyle(color: Color(0xff485e30)),
'bullet': TextStyle(color: Color(0xff485e30)),
'quote': TextStyle(color: Color(0xff485e30)),
'string': TextStyle(color: Color(0xff485e30)),
'symbol': TextStyle(color: Color(0xff485e30)),
'code': TextStyle(color: Color(0xff34548a)),
'formula': TextStyle(color: Color(0xff34548a)),
'section': TextStyle(color: Color(0xff34548a)),
'attr': TextStyle(color: Color(0xff5a4a78)),
'char.escape': TextStyle(color: Color(0xff5a4a78)),
'name': TextStyle(color: Color(0xff5a4a78)),
'operator': TextStyle(color: Color(0xff5a4a78)),
'punctuation': TextStyle(color: Color(0xff343b58)),
'root':
TextStyle(backgroundColor: Color(0xffd5d6db), color: Color(0xff565a6e)),
'emphasis': TextStyle(fontStyle: FontStyle.italic),
'strong': TextStyle(fontWeight: FontWeight.w700),
};