UNPKG

easy-code-formatter-styles

Version:

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

48 lines (47 loc) 991 B
export const Base16EquilibriumGrayDark = { DisplayName: 'Base16 Equilibrium Gray Dark', CodeStyles: { Keyword: { Color: 'e3488e', FontWeight: 'bold', }, Comment: { Color: '00948b', }, Plaintext: { Color: 'ababab', }, Punctuation: { Color: 'ababab', }, String: { Color: 'e3488e', }, Literal: { Color: 'e3488e', FontWeight: 'bold', }, Type: { Color: '6a7fd2', }, Tag: { Color: 'f04339', }, AttributeName: { Color: '6a7fd2', }, Decimal: { Color: 'df5923', }, NoCode: { Color: 'f04339', }, }, BackgroundStyle: { BackgroundColor: '262626', }, LineNumberStyle: { Color: 'ababab', BackgroundColor: '262626', }, };