UNPKG

easy-code-formatter-styles

Version:

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

48 lines (47 loc) 963 B
export const Base16Porple = { DisplayName: 'Base16 Porple', CodeStyles: { Keyword: { Color: '986841', FontWeight: 'bold', }, Comment: { Color: '64878f', }, Plaintext: { Color: 'd8d8d8', }, Punctuation: { Color: 'd8d8d8', }, String: { Color: '986841', }, Literal: { Color: '986841', FontWeight: 'bold', }, Type: { Color: 'b74989', }, Tag: { Color: 'f84547', }, AttributeName: { Color: 'b74989', }, Decimal: { Color: 'd28e5d', }, NoCode: { Color: 'f84547', }, }, BackgroundStyle: { BackgroundColor: '474160', }, LineNumberStyle: { Color: 'd8d8d8', BackgroundColor: '474160', }, };