UNPKG

easy-code-formatter-styles

Version:

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

48 lines (47 loc) 964 B
export const Base16EvaDim = { DisplayName: 'Base16 Eva Dim', CodeStyles: { Keyword: { Color: 'bb64a9', FontWeight: 'bold', }, Comment: { Color: '4b8f77', }, Plaintext: { Color: '9fa2a6', }, Punctuation: { Color: '9fa2a6', }, String: { Color: 'bb64a9', }, Literal: { Color: 'bb64a9', FontWeight: 'bold', }, Type: { Color: '9c6cd3', }, Tag: { Color: 'c4676c', }, AttributeName: { Color: '9c6cd3', }, Decimal: { Color: 'ff9966', }, NoCode: { Color: 'c4676c', }, }, BackgroundStyle: { BackgroundColor: '4b6988', }, LineNumberStyle: { Color: '9fa2a6', BackgroundColor: '4b6988', }, };