UNPKG

easy-code-formatter-styles

Version:

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

48 lines (47 loc) 993 B
export const Base16AtelierLakesideLight = { DisplayName: 'Base16 Atelier Lakeside Light', CodeStyles: { Keyword: { Color: 'b72dd2', FontWeight: 'bold', }, Comment: { Color: '2d8f6f', }, Plaintext: { Color: '516d7b', }, Punctuation: { Color: '516d7b', }, String: { Color: 'b72dd2', }, Literal: { Color: 'b72dd2', FontWeight: 'bold', }, Type: { Color: '6b6bb8', }, Tag: { Color: 'd22d72', }, AttributeName: { Color: '6b6bb8', }, Decimal: { Color: '935c25', }, NoCode: { Color: 'd22d72', }, }, BackgroundStyle: { BackgroundColor: '7ea2b4', }, LineNumberStyle: { Color: '516d7b', BackgroundColor: '7ea2b4', }, };