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 Base16Material = { DisplayName: 'Base16 Material', CodeStyles: { Keyword: { Color: 'ff5370', FontWeight: 'bold', }, Comment: { Color: '89ddff', }, Plaintext: { Color: 'eeffff', }, Punctuation: { Color: 'eeffff', }, String: { Color: 'ff5370', }, Literal: { Color: 'ff5370', FontWeight: 'bold', }, Type: { Color: 'c792ea', }, Tag: { Color: 'f07178', }, AttributeName: { Color: 'c792ea', }, Decimal: { Color: 'f78c6c', }, NoCode: { Color: 'f07178', }, }, BackgroundStyle: { BackgroundColor: '314549', }, LineNumberStyle: { Color: 'eeffff', BackgroundColor: '314549', }, };