UNPKG

easy-code-formatter-styles

Version:

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

47 lines (46 loc) 912 B
export const Gml = { DisplayName: 'Gml', CodeStyles: { Keyword: { Color: 'c0c0c0', FontWeight: 'bold', }, Comment: { Color: 'c0c0c0', }, Plaintext: { Color: 'c0c0c0', }, Punctuation: { Color: 'c0c0c0', }, String: { Color: 'c0c0c0', }, Literal: { Color: 'c0c0c0', }, Type: { Color: 'c0c0c0', }, Tag: { Color: 'c0c0c0', }, AttributeName: { Color: 'c0c0c0', }, Decimal: { Color: 'ff8080', }, NoCode: { Color: 'c0c0c0', }, }, BackgroundStyle: { BackgroundColor: '222222', }, LineNumberStyle: { Color: 'c0c0c0', BackgroundColor: '222222', }, };