UNPKG

easy-code-formatter-styles

Version:

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

48 lines (47 loc) 974 B
export const Base16AtelierCave = { DisplayName: 'Base16 Atelier Cave', CodeStyles: { Keyword: { Color: 'bf40bf', FontWeight: 'bold', }, Comment: { Color: '398bc6', }, Plaintext: { Color: '8b8792', }, Punctuation: { Color: '8b8792', }, String: { Color: 'bf40bf', }, Literal: { Color: 'bf40bf', FontWeight: 'bold', }, Type: { Color: '955ae7', }, Tag: { Color: 'be4678', }, AttributeName: { Color: '955ae7', }, Decimal: { Color: 'aa573c', }, NoCode: { Color: 'be4678', }, }, BackgroundStyle: { BackgroundColor: '585260', }, LineNumberStyle: { Color: '8b8792', BackgroundColor: '585260', }, };