UNPKG

easy-code-formatter-styles

Version:

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

48 lines (47 loc) 967 B
export const Base16Espresso = { DisplayName: 'Base16 Espresso', CodeStyles: { Keyword: { Color: 'f97394', FontWeight: 'bold', }, Comment: { Color: 'bed6ff', }, Plaintext: { Color: 'cccccc', }, Punctuation: { Color: 'cccccc', }, String: { Color: 'f97394', }, Literal: { Color: 'f97394', FontWeight: 'bold', }, Type: { Color: 'd197d9', }, Tag: { Color: 'd25252', }, AttributeName: { Color: 'd197d9', }, Decimal: { Color: 'f9a959', }, NoCode: { Color: 'd25252', }, }, BackgroundStyle: { BackgroundColor: '515151', }, LineNumberStyle: { Color: 'cccccc', BackgroundColor: '515151', }, };