UNPKG

easy-code-formatter-styles

Version:

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

48 lines (47 loc) 980 B
export const Base16AtelierPlateau = { DisplayName: 'Base16 Atelier Plateau', CodeStyles: { Keyword: { Color: 'bd5187', FontWeight: 'bold', }, Comment: { Color: '5485b6', }, Plaintext: { Color: '8a8585', }, Punctuation: { Color: '8a8585', }, String: { Color: 'bd5187', }, Literal: { Color: 'bd5187', FontWeight: 'bold', }, Type: { Color: '8464c4', }, Tag: { Color: 'ca4949', }, AttributeName: { Color: '8464c4', }, Decimal: { Color: 'b45a3c', }, NoCode: { Color: 'ca4949', }, }, BackgroundStyle: { BackgroundColor: '585050', }, LineNumberStyle: { Color: '8a8585', BackgroundColor: '585050', }, };