UNPKG

easy-code-formatter-styles

Version:

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

49 lines (48 loc) 964 B
export const Magula = { DisplayName: 'Magula', CodeStyles: { Keyword: { Color: '000080', FontWeight: 'bold', }, Comment: { Color: '777', }, Plaintext: { Color: '000000', }, Punctuation: { Color: '000000', }, String: { Color: '050', }, Literal: { Color: '00e', }, Type: { Color: '000080', FontWeight: 'bold', }, Tag: { Color: '000080', FontWeight: 'bold', }, AttributeName: { Color: '050', }, Decimal: { Color: '800', }, NoCode: { Color: '00e', }, }, BackgroundStyle: { BackgroundColor: 'f4f4f4', }, LineNumberStyle: { Color: '000000', BackgroundColor: 'f4f4f4', }, };