solarizedDark property
ChromaTheme
get
solarizedDark
Solarized Dark theme.
Implementation
static ChromaTheme get solarizedDark => ChromaTheme(
text: Style().foreground(BasicColor('#839496')),
error: Style().foreground(BasicColor('#dc322f')),
comment: Style().foreground(BasicColor('#586e75')),
commentPreproc: Style().foreground(BasicColor('#cb4b16')),
keyword: Style().foreground(BasicColor('#859900')),
keywordReserved: Style().foreground(BasicColor('#cb4b16')),
keywordNamespace: Style().foreground(BasicColor('#cb4b16')),
keywordType: Style().foreground(BasicColor('#b58900')),
operator: Style().foreground(BasicColor('#859900')),
punctuation: Style().foreground(BasicColor('#839496')),
name: Style().foreground(BasicColor('#839496')),
nameBuiltin: Style().foreground(BasicColor('#268bd2')),
nameTag: Style().foreground(BasicColor('#268bd2')),
nameAttribute: Style().foreground(BasicColor('#839496')),
nameClass: Style().foreground(BasicColor('#268bd2')),
nameConstant: Style().foreground(BasicColor('#2aa198')),
nameDecorator: Style().foreground(BasicColor('#cb4b16')),
nameException: Style().foreground(BasicColor('#cb4b16')),
nameFunction: Style().foreground(BasicColor('#268bd2')),
nameOther: Style().foreground(BasicColor('#839496')),
literal: Style().foreground(BasicColor('#2aa198')),
literalNumber: Style().foreground(BasicColor('#2aa198')),
literalDate: Style().foreground(BasicColor('#2aa198')),
literalString: Style().foreground(BasicColor('#2aa198')),
literalStringEscape: Style().foreground(BasicColor('#cb4b16')),
genericDeleted: Style().foreground(BasicColor('#dc322f')),
genericEmph: Style().italic(),
genericInserted: Style().foreground(BasicColor('#859900')),
genericStrong: Style().bold(),
genericSubheading: Style().foreground(BasicColor('#268bd2')),
background: Style().background(BasicColor('#002b36')),
);