UNPKG

easy-code-formatter-styles

Version:

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

48 lines (47 loc) 976 B
export const Base16HorizonLight = { DisplayName: 'Base16 Horizon Light', CodeStyles: { Keyword: { Color: 'f9cbbe', FontWeight: 'bold', }, Comment: { Color: '59e1e3', }, Plaintext: { Color: '403c3d', }, Punctuation: { Color: '403c3d', }, String: { Color: 'f9cbbe', }, Literal: { Color: 'f9cbbe', FontWeight: 'bold', }, Type: { Color: 'ee64ac', }, Tag: { Color: 'e95678', }, AttributeName: { Color: 'ee64ac', }, Decimal: { Color: 'f9cec3', }, NoCode: { Color: 'e95678', }, }, BackgroundStyle: { BackgroundColor: 'f9cbbe', }, LineNumberStyle: { Color: '403c3d', BackgroundColor: 'f9cbbe', }, };