githubTheme top-level property

Map<String, TextStyle> githubTheme
getter/setter pair

Implementation

Map<String, TextStyle> githubTheme = {
  'root': const TextStyle(backgroundColor: Color(0xffffffff)),
  'string': const TextStyle(color: Color(0xff0a3069)),
  'number': const TextStyle(color: Color(0xff005cc5)),
  'attr': const TextStyle(color: Color(0xff6f42c1)),
  'keyword': const TextStyle(color: Color(0xff0086b3)),
  'literal': const TextStyle(color: Color(0xff0086b3)),
  'punctuation': const TextStyle(color: Color(0xff24292e)),
};