UNPKG

easy-code-formatter-styles

Version:

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

48 lines (47 loc) 968 B
export const Base16SilkDark = { DisplayName: 'Base16 Silk Dark', CodeStyles: { Keyword: { Color: '9b647b', FontWeight: 'bold', }, Comment: { Color: '3fb2b9', }, Plaintext: { Color: 'c7dbdd', }, Punctuation: { Color: 'c7dbdd', }, String: { Color: '9b647b', }, Literal: { Color: '9b647b', FontWeight: 'bold', }, Type: { Color: '756b8a', }, Tag: { Color: 'fb6953', }, AttributeName: { Color: '756b8a', }, Decimal: { Color: 'fcab74', }, NoCode: { Color: 'fb6953', }, }, BackgroundStyle: { BackgroundColor: '2a5054', }, LineNumberStyle: { Color: 'c7dbdd', BackgroundColor: '2a5054', }, };