UNPKG

easy-code-formatter-styles

Version:

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

46 lines (45 loc) 893 B
export const Theme1cLight = { DisplayName: '1cLight', CodeStyles: { Keyword: { Color: '963200', }, Comment: { Color: '000000', }, Plaintext: { Color: '0000ff', }, Punctuation: { Color: 'ab5656', }, String: { Color: '963200', }, Literal: { Color: '963200', }, Type: { Color: '0000ff', }, Tag: { Color: 'ff0000', }, AttributeName: { Color: 'ab5656', }, Decimal: { Color: '000000', }, NoCode: { Color: '000000', }, }, BackgroundStyle: { BackgroundColor: 'ffffff', }, LineNumberStyle: { Color: '0000ff', BackgroundColor: 'ffffff', }, };