UNPKG

easy-code-formatter-styles

Version:

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

48 lines (47 loc) 969 B
export const Base16Marrakesh = { DisplayName: 'Base16 Marrakesh', CodeStyles: { Keyword: { Color: 'b3588e', FontWeight: 'bold', }, Comment: { Color: '75a738', }, Plaintext: { Color: '948e48', }, Punctuation: { Color: '948e48', }, String: { Color: 'b3588e', }, Literal: { Color: 'b3588e', FontWeight: 'bold', }, Type: { Color: '8868b3', }, Tag: { Color: 'c35359', }, AttributeName: { Color: '8868b3', }, Decimal: { Color: 'b36144', }, NoCode: { Color: 'c35359', }, }, BackgroundStyle: { BackgroundColor: '5f5b17', }, LineNumberStyle: { Color: '948e48', BackgroundColor: '5f5b17', }, };