UNPKG

easy-code-formatter-styles

Version:

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

48 lines (47 loc) 993 B
export const Base16EquilibriumGrayLight = { DisplayName: 'Base16 Equilibrium Gray Light', CodeStyles: { Keyword: { Color: 'c42775', FontWeight: 'bold', }, Comment: { Color: '007a72', }, Plaintext: { Color: '474747', }, Punctuation: { Color: '474747', }, String: { Color: 'c42775', }, Literal: { Color: 'c42775', FontWeight: 'bold', }, Type: { Color: '4e66b6', }, Tag: { Color: 'd02023', }, AttributeName: { Color: '4e66b6', }, Decimal: { Color: 'bf3e05', }, NoCode: { Color: 'd02023', }, }, BackgroundStyle: { BackgroundColor: 'd4d4d4', }, LineNumberStyle: { Color: '474747', BackgroundColor: 'd4d4d4', }, };