UNPKG

easy-code-formatter-styles

Version:

A package which contains the styling details for easy code formatter.

48 lines (47 loc) 974 B
export const Base16GoogleLight = { DisplayName: 'Base16 Google Light', CodeStyles: { Keyword: { Color: '3971ed', FontWeight: 'bold', }, Comment: { Color: '3971ed', }, Plaintext: { Color: '373b41', }, Punctuation: { Color: '373b41', }, String: { Color: '3971ed', }, Literal: { Color: '3971ed', FontWeight: 'bold', }, Type: { Color: 'a36ac7', }, Tag: { Color: 'cc342b', }, AttributeName: { Color: 'a36ac7', }, Decimal: { Color: 'f96a38', }, NoCode: { Color: 'cc342b', }, }, BackgroundStyle: { BackgroundColor: 'c5c8c6', }, LineNumberStyle: { Color: '373b41', BackgroundColor: 'c5c8c6', }, };