UNPKG

easy-code-formatter-styles

Version:

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

48 lines (47 loc) 1.01 kB
export const Base16SynthMidnightTerminalLight = { DisplayName: 'Base16 Synth Midnight Terminal Light', CodeStyles: { Keyword: { Color: 'cd6320', FontWeight: 'bold', }, Comment: { Color: '42fff9', }, Plaintext: { Color: '28292a', }, Punctuation: { Color: '28292a', }, String: { Color: 'cd6320', }, Literal: { Color: 'cd6320', FontWeight: 'bold', }, Type: { Color: 'ea5ce2', }, Tag: { Color: 'b53b50', }, AttributeName: { Color: 'ea5ce2', }, Decimal: { Color: 'ea770d', }, NoCode: { Color: 'b53b50', }, }, BackgroundStyle: { BackgroundColor: 'c1c3c4', }, LineNumberStyle: { Color: '28292a', BackgroundColor: 'c1c3c4', }, };