UNPKG

easy-code-formatter-styles

Version:

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

48 lines (47 loc) 965 B
export const Base16DanQing = { DisplayName: 'Base16 DanQing', CodeStyles: { Keyword: { Color: 'ca6924', FontWeight: 'bold', }, Comment: { Color: '30dff3', }, Plaintext: { Color: 'e0f0ef', }, Punctuation: { Color: 'e0f0ef', }, String: { Color: 'ca6924', }, Literal: { Color: 'ca6924', FontWeight: 'bold', }, Type: { Color: 'cca4e3', }, Tag: { Color: 'f9906f', }, AttributeName: { Color: 'cca4e3', }, Decimal: { Color: 'b38a61', }, NoCode: { Color: 'f9906f', }, }, BackgroundStyle: { BackgroundColor: '5a605d', }, LineNumberStyle: { Color: 'e0f0ef', BackgroundColor: '5a605d', }, };