androidstudioTheme top-level constant
Implementation
const androidstudioTheme = {
'root':
TextStyle(color: Color(0xffa9b7c6), backgroundColor: Color(0xff282b2e)),
'bullet': TextStyle(color: Color(0xff6897bb)),
'literal': TextStyle(color: Color(0xff6897bb)),
'number': TextStyle(color: Color(0xff6897bb)),
'symbol': TextStyle(color: Color(0xff6897bb)),
'deletion': TextStyle(color: Color(0xffcc7832)),
'keyword': TextStyle(color: Color(0xffcc7832)),
'selector-tag': TextStyle(color: Color(0xffcc7832)),
'link': TextStyle(color: Color(0xff629755)),
'template-variable': TextStyle(color: Color(0xff629755)),
'variable': TextStyle(color: Color(0xff629755)),
'meta': TextStyle(color: Color(0xffbbb529)),
'addition': TextStyle(color: Color(0xff6a8759)),
'attribute': TextStyle(color: Color(0xff6a8759)),
'string': TextStyle(color: Color(0xff6a8759)),
'section': TextStyle(color: Color(0xffffc66d)),
'title': TextStyle(color: Color(0xffffc66d)),
'type': TextStyle(color: Color(0xffffc66d)),
'name': TextStyle(color: Color(0xffe8bf6a)),
'selector-class': TextStyle(color: Color(0xffe8bf6a)),
'selector-id': TextStyle(color: Color(0xffe8bf6a)),
'emphasis': TextStyle(fontStyle: FontStyle.italic),
'strong': TextStyle(fontWeight: FontWeight.w700),
};