UNPKG

easy-code-formatter-styles

Version:

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

48 lines (47 loc) 961 B
export const Base16Decaf = { DisplayName: 'Base16 Decaf', CodeStyles: { Keyword: { Color: 'ff93b3', FontWeight: 'bold', }, Comment: { Color: 'bed6ff', }, Plaintext: { Color: 'cccccc', }, Punctuation: { Color: 'cccccc', }, String: { Color: 'ff93b3', }, Literal: { Color: 'ff93b3', FontWeight: 'bold', }, Type: { Color: 'efb3f7', }, Tag: { Color: 'ff7f7b', }, AttributeName: { Color: 'efb3f7', }, Decimal: { Color: 'ffbf70', }, NoCode: { Color: 'ff7f7b', }, }, BackgroundStyle: { BackgroundColor: '515151', }, LineNumberStyle: { Color: 'cccccc', BackgroundColor: '515151', }, };