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 Base16Dirtysea = { DisplayName: 'Base16 Dirtysea', CodeStyles: { Keyword: { Color: '755b00', FontWeight: 'bold', }, Comment: { Color: '755b00', }, Plaintext: { Color: '000000', }, Punctuation: { Color: '000000', }, String: { Color: '755b00', }, Literal: { Color: '755b00', FontWeight: 'bold', }, Type: { Color: '000090', }, Tag: { Color: '840000', }, AttributeName: { Color: '000090', }, Decimal: { Color: '006565', }, NoCode: { Color: '840000', }, }, BackgroundStyle: { BackgroundColor: 'd0d0d0', }, LineNumberStyle: { Color: '000000', BackgroundColor: 'd0d0d0', }, };