light static method

LazyDataTheme light()

Implementation

static LazyDataTheme light(){
  return LazyDataTheme(
      intColor: Colors.green,
      doubleColor: Colors.green,
      nullColor: Colors.grey,
      boolColor: Colors.blue,
      stringColor: Colors.orange,
      keyColor: Colors.black.withAlpha(160),
      quoteColor: Colors.grey,
      supportColor: Colors.grey,
      fontSize: 15,
      iconSize: 16,
      indent: 16,
      lineColor: Colors.grey,
      backgroundColor: Colors.white);
}