UNPKG

easy-code-formatter-styles

Version:

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

48 lines (47 loc) 961 B
export const Base16Ashes = { DisplayName: 'Base16 Ashes', CodeStyles: { Keyword: { Color: 'c79595', FontWeight: 'bold', }, Comment: { Color: '95aec7', }, Plaintext: { Color: 'c7ccd1', }, Punctuation: { Color: 'c7ccd1', }, String: { Color: 'c79595', }, Literal: { Color: 'c79595', FontWeight: 'bold', }, Type: { Color: 'c795ae', }, Tag: { Color: 'c7ae95', }, AttributeName: { Color: 'c795ae', }, Decimal: { Color: 'c7c795', }, NoCode: { Color: 'c7ae95', }, }, BackgroundStyle: { BackgroundColor: '565e65', }, LineNumberStyle: { Color: 'c7ccd1', BackgroundColor: '565e65', }, };