UNPKG

easy-code-formatter-styles

Version:

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

48 lines (47 loc) 980 B
export const Base16PaperColorDark = { DisplayName: 'Base16 PaperColor Dark', CodeStyles: { Keyword: { Color: '5f8787', FontWeight: 'bold', }, Comment: { Color: 'ffaf00', }, Plaintext: { Color: '808080', }, Punctuation: { Color: '808080', }, String: { Color: '5f8787', }, Literal: { Color: '5f8787', FontWeight: 'bold', }, Type: { Color: '00afaf', }, Tag: { Color: '585858', }, AttributeName: { Color: '00afaf', }, Decimal: { Color: '5faf5f', }, NoCode: { Color: '585858', }, }, BackgroundStyle: { BackgroundColor: '5faf00', }, LineNumberStyle: { Color: '808080', BackgroundColor: '5faf00', }, };