UNPKG

easy-code-formatter-styles

Version:

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

46 lines (45 loc) 881 B
export const CodepenEmbed = { DisplayName: 'Codepen Embed', CodeStyles: { Keyword: { Color: '8f9c6c', }, Comment: { Color: '777', }, Plaintext: { Color: 'fff', }, Punctuation: { Color: 'fff', }, String: { Color: '8f9c6c', }, Literal: { Color: 'ab875d', }, Type: { Color: '9b869b', }, Tag: { Color: '8f9c6c', }, AttributeName: { Color: '9b869b', }, Decimal: { Color: 'ab875d', }, NoCode: { Color: 'ab875d', }, }, BackgroundStyle: { BackgroundColor: '222', }, LineNumberStyle: { Color: 'fff', BackgroundColor: '222', }, };