UNPKG

easy-code-formatter-styles

Version:

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

48 lines (47 loc) 980 B
export const Base16AtelierSeaside = { DisplayName: 'Base16 Atelier Seaside', CodeStyles: { Keyword: { Color: 'e619c3', FontWeight: 'bold', }, Comment: { Color: '1999b3', }, Plaintext: { Color: '8ca68c', }, Punctuation: { Color: '8ca68c', }, 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: '5e6e5e', }, LineNumberStyle: { Color: '8ca68c', BackgroundColor: '5e6e5e', }, };