UNPKG

easy-code-formatter-styles

Version:

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

48 lines (47 loc) 982 B
export const Base16PaperColorLight = { DisplayName: 'Base16 PaperColor Light', CodeStyles: { Keyword: { Color: '005f87', FontWeight: 'bold', }, Comment: { Color: 'd75f00', }, Plaintext: { Color: '444444', }, Punctuation: { Color: '444444', }, String: { Color: '005f87', }, Literal: { Color: '005f87', FontWeight: 'bold', }, Type: { Color: '005faf', }, Tag: { Color: 'bcbcbc', }, AttributeName: { Color: '005faf', }, Decimal: { Color: 'd70000', }, NoCode: { Color: 'bcbcbc', }, }, BackgroundStyle: { BackgroundColor: '008700', }, LineNumberStyle: { Color: '444444', BackgroundColor: '008700', }, };