UNPKG

easy-code-formatter-styles

Version:

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

46 lines (45 loc) 910 B
export const TomorrowNightBlue = { DisplayName: 'Tomorrow Night Blue', CodeStyles: { Keyword: { Color: 'ebbbff', }, Comment: { Color: '7285b7', }, Plaintext: { Color: 'ffffff', }, Punctuation: { Color: 'ffffff', }, String: { Color: 'd1f1a9', }, Literal: { Color: 'd1f1a9', }, Type: { Color: 'bbdaff', }, Tag: { Color: 'ebbbff', }, AttributeName: { Color: 'ffeead', }, Decimal: { Color: 'ffc58f', }, NoCode: { Color: 'ff9da4', }, }, BackgroundStyle: { BackgroundColor: '002451', }, LineNumberStyle: { Color: 'ffffff', BackgroundColor: '002451', }, };