UNPKG

easy-code-formatter-styles

Version:

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

46 lines (45 loc) 886 B
export const Hybrid = { DisplayName: 'Hybrid', CodeStyles: { Keyword: { Color: '8abeb7', }, Comment: { Color: 'de935f', }, Plaintext: { Color: 'c5c8c6', }, Punctuation: { Color: 'c5c8c6', }, String: { Color: 'b294bb', }, Literal: { Color: '8abeb7', }, Type: { Color: 'de935f', }, Tag: { Color: '81a2be', }, AttributeName: { Color: 'b294bb', }, Decimal: { Color: 'cc6666', }, NoCode: { Color: '8abeb7', }, }, BackgroundStyle: { BackgroundColor: '373b41', }, LineNumberStyle: { Color: 'c5c8c6', BackgroundColor: '373b41', }, };