UNPKG

easy-code-formatter-styles

Version:

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

48 lines (47 loc) 989 B
export const Base16AtelierForestLight = { DisplayName: 'Base16 Atelier Forest Light', CodeStyles: { Keyword: { Color: 'c33ff3', FontWeight: 'bold', }, Comment: { Color: '3d97b8', }, Plaintext: { Color: '68615e', }, Punctuation: { Color: '68615e', }, String: { Color: 'c33ff3', }, Literal: { Color: 'c33ff3', FontWeight: 'bold', }, Type: { Color: '6666ea', }, Tag: { Color: 'f22c40', }, AttributeName: { Color: '6666ea', }, Decimal: { Color: 'df5320', }, NoCode: { Color: 'f22c40', }, }, BackgroundStyle: { BackgroundColor: 'a8a19f', }, LineNumberStyle: { Color: '68615e', BackgroundColor: 'a8a19f', }, };