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 Base16Harmonic16Dark = { DisplayName: 'Base16 Harmonic16 Dark', CodeStyles: { Keyword: { Color: 'bf5656', FontWeight: 'bold', }, Comment: { Color: '568bbf', }, Plaintext: { Color: 'cbd6e2', }, Punctuation: { Color: 'cbd6e2', }, String: { Color: 'bf5656', }, Literal: { Color: 'bf5656', FontWeight: 'bold', }, Type: { Color: 'bf568b', }, Tag: { Color: 'bf8b56', }, AttributeName: { Color: 'bf568b', }, Decimal: { Color: 'bfbf56', }, NoCode: { Color: 'bf8b56', }, }, BackgroundStyle: { BackgroundColor: '405c79', }, LineNumberStyle: { Color: 'cbd6e2', BackgroundColor: '405c79', }, };