UNPKG

easy-code-formatter-styles

Version:

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

48 lines (47 loc) 961 B
export const Base16Tango = { DisplayName: 'Base16 Tango', CodeStyles: { Keyword: { Color: '34e2e2', FontWeight: 'bold', }, Comment: { Color: '06989a', }, Plaintext: { Color: 'd3d7cf', }, Punctuation: { Color: 'd3d7cf', }, String: { Color: '34e2e2', }, Literal: { Color: '34e2e2', FontWeight: 'bold', }, Type: { Color: '75507b', }, Tag: { Color: 'cc0000', }, AttributeName: { Color: '75507b', }, Decimal: { Color: 'ef2929', }, NoCode: { Color: 'cc0000', }, }, BackgroundStyle: { BackgroundColor: 'fce94f', }, LineNumberStyle: { Color: 'd3d7cf', BackgroundColor: 'fce94f', }, };