UNPKG

easy-code-formatter-styles

Version:

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

48 lines (47 loc) 967 B
export const Base16Woodland = { DisplayName: 'Base16 Woodland', CodeStyles: { Keyword: { Color: 'b49368', FontWeight: 'bold', }, Comment: { Color: '6eb958', }, Plaintext: { Color: 'cabcb1', }, Punctuation: { Color: 'cabcb1', }, String: { Color: 'b49368', }, Literal: { Color: 'b49368', FontWeight: 'bold', }, Type: { Color: 'bb90e2', }, Tag: { Color: 'd35c5c', }, AttributeName: { Color: 'bb90e2', }, Decimal: { Color: 'ca7f32', }, NoCode: { Color: 'd35c5c', }, }, BackgroundStyle: { BackgroundColor: '48413a', }, LineNumberStyle: { Color: 'cabcb1', BackgroundColor: '48413a', }, };