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 Base16EquilibriumDark = { DisplayName: 'Base16 Equilibrium Dark', CodeStyles: { Keyword: { Color: 'e3488e', FontWeight: 'bold', }, Comment: { Color: '00948b', }, Plaintext: { Color: 'afaba2', }, Punctuation: { Color: 'afaba2', }, 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: '22262d', }, LineNumberStyle: { Color: 'afaba2', BackgroundColor: '22262d', }, };