UNPKG

easy-code-formatter-styles

Version:

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

48 lines (47 loc) 957 B
export const Base16Pop = { DisplayName: 'Base16 Pop', CodeStyles: { Keyword: { Color: '7a2d00', FontWeight: 'bold', }, Comment: { Color: '00aabb', }, Plaintext: { Color: 'd0d0d0', }, Punctuation: { Color: 'd0d0d0', }, String: { Color: '7a2d00', }, Literal: { Color: '7a2d00', FontWeight: 'bold', }, Type: { Color: 'b31e8d', }, Tag: { Color: 'eb008a', }, AttributeName: { Color: 'b31e8d', }, Decimal: { Color: 'f29333', }, NoCode: { Color: 'eb008a', }, }, BackgroundStyle: { BackgroundColor: '303030', }, LineNumberStyle: { Color: 'd0d0d0', BackgroundColor: '303030', }, };