UNPKG

easy-code-formatter-styles

Version:

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

48 lines (47 loc) 982 B
export const Base16SummerfruitDark = { DisplayName: 'Base16 Summerfruit Dark', CodeStyles: { Keyword: { Color: 'cc6633', FontWeight: 'bold', }, Comment: { Color: '1faaaa', }, Plaintext: { Color: 'd0d0d0', }, Punctuation: { Color: 'd0d0d0', }, String: { Color: 'cc6633', }, Literal: { Color: 'cc6633', FontWeight: 'bold', }, Type: { Color: 'ad00a1', }, Tag: { Color: 'ff0086', }, AttributeName: { Color: 'ad00a1', }, Decimal: { Color: 'fd8900', }, NoCode: { Color: 'ff0086', }, }, BackgroundStyle: { BackgroundColor: '303030', }, LineNumberStyle: { Color: 'd0d0d0', BackgroundColor: '303030', }, };