UNPKG

easy-code-formatter-styles

Version:

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

48 lines (47 loc) 968 B
export const Base16OneLight = { DisplayName: 'Base16 One Light', CodeStyles: { Keyword: { Color: '986801', FontWeight: 'bold', }, Comment: { Color: '0184bc', }, Plaintext: { Color: '383a42', }, Punctuation: { Color: '383a42', }, String: { Color: '986801', }, Literal: { Color: '986801', FontWeight: 'bold', }, Type: { Color: 'a626a4', }, Tag: { Color: 'ca1243', }, AttributeName: { Color: 'a626a4', }, Decimal: { Color: 'd75f00', }, NoCode: { Color: 'ca1243', }, }, BackgroundStyle: { BackgroundColor: 'e5e5e6', }, LineNumberStyle: { Color: '383a42', BackgroundColor: 'e5e5e6', }, };