UNPKG

easy-code-formatter-styles

Version:

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

48 lines (47 loc) 985 B
export const Base16AtelierCaveLight = { DisplayName: 'Base16 Atelier Cave Light', CodeStyles: { Keyword: { Color: 'bf40bf', FontWeight: 'bold', }, Comment: { Color: '398bc6', }, Plaintext: { Color: '585260', }, Punctuation: { Color: '585260', }, 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: '8b8792', }, LineNumberStyle: { Color: '585260', BackgroundColor: '8b8792', }, };