UNPKG

easy-code-formatter-styles

Version:

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

48 lines (47 loc) 991 B
export const Base16AtelierSeasideLight = { DisplayName: 'Base16 Atelier Seaside Light', CodeStyles: { Keyword: { Color: 'e619c3', FontWeight: 'bold', }, Comment: { Color: '1999b3', }, Plaintext: { Color: '5e6e5e', }, Punctuation: { Color: '5e6e5e', }, String: { Color: 'e619c3', }, Literal: { Color: 'e619c3', FontWeight: 'bold', }, Type: { Color: 'ad2bee', }, Tag: { Color: 'e6193c', }, AttributeName: { Color: 'ad2bee', }, Decimal: { Color: '87711d', }, NoCode: { Color: 'e6193c', }, }, BackgroundStyle: { BackgroundColor: '8ca68c', }, LineNumberStyle: { Color: '5e6e5e', BackgroundColor: '8ca68c', }, };