UNPKG

easy-code-formatter-styles

Version:

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

48 lines (47 loc) 1 kB
export const Base16WindowsHighContrastLight = { DisplayName: 'Base16 Windows High Contrast Light', CodeStyles: { Keyword: { Color: '54fc54', FontWeight: 'bold', }, Comment: { Color: '008080', }, Plaintext: { Color: '545454', }, Punctuation: { Color: '545454', }, String: { Color: '54fc54', }, Literal: { Color: '54fc54', FontWeight: 'bold', }, Type: { Color: '800080', }, Tag: { Color: '800000', }, AttributeName: { Color: '800080', }, Decimal: { Color: 'fcfc54', }, NoCode: { Color: '800000', }, }, BackgroundStyle: { BackgroundColor: 'd4d4d4', }, LineNumberStyle: { Color: '545454', BackgroundColor: 'd4d4d4', }, };