qtcreatorLightTheme top-level constant

Map<String, TextStyle> const qtcreatorLightTheme

Implementation

const qtcreatorLightTheme = {
  'root':
      TextStyle(color: Color(0xff000000), backgroundColor: Color(0xffffffff)),
  'emphasis': TextStyle(color: Color(0xff000000), fontStyle: FontStyle.italic),
  'strong': TextStyle(color: Color(0xff000000)),
  'bullet': TextStyle(color: Color(0xff000080)),
  'literal': TextStyle(color: Color(0xff000080)),
  'number': TextStyle(color: Color(0xff000080)),
  'quote': TextStyle(color: Color(0xff000080)),
  'regexp': TextStyle(color: Color(0xff000080)),
  'stronge': TextStyle(fontStyle: FontStyle.italic),
  'type': TextStyle(fontStyle: FontStyle.italic),
  'subst': TextStyle(color: Color(0xff000000)),
  'tag': TextStyle(color: Color(0xff000000)),
  'title': TextStyle(color: Color(0xff000000)),
  'params': TextStyle(color: Color(0xff0055af)),
  'title.class': TextStyle(color: Color(0xff0055af)),
  'variable': TextStyle(color: Color(0xff0055af)),
};