UNPKG

easy-code-formatter-styles

Version:

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

48 lines (47 loc) 963 B
export const Base16Embers = { DisplayName: 'Base16 Embers', CodeStyles: { Keyword: { Color: '825757', FontWeight: 'bold', }, Comment: { Color: '576d82', }, Plaintext: { Color: 'a39a90', }, Punctuation: { Color: 'a39a90', }, String: { Color: '825757', }, Literal: { Color: '825757', FontWeight: 'bold', }, Type: { Color: '82576d', }, Tag: { Color: '826d57', }, AttributeName: { Color: '82576d', }, Decimal: { Color: '828257', }, NoCode: { Color: '826d57', }, }, BackgroundStyle: { BackgroundColor: '433b32', }, LineNumberStyle: { Color: 'a39a90', BackgroundColor: '433b32', }, };