UNPKG

easy-code-formatter-styles

Version:

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

48 lines (47 loc) 942 B
export const Foundation = { DisplayName: 'Foundation', CodeStyles: { Keyword: { Color: '099', }, Comment: { Color: '998', FontStyle: 'italic', }, Plaintext: { Color: '000000', }, Punctuation: { Color: '000000', }, String: { Color: '990073', }, Literal: { Color: '880088', BackgroundColor: 'fff0ff', }, Type: { Color: '458', }, Tag: { Color: '007700', }, AttributeName: { Color: '070', }, Decimal: { Color: '099', }, NoCode: { Color: 'd14', }, }, BackgroundStyle: { BackgroundColor: 'eee', }, LineNumberStyle: { Color: '000000', BackgroundColor: 'eee', }, };