UNPKG

easy-code-formatter-styles

Version:

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

48 lines (47 loc) 1 kB
export const Base16SynthMidnightTerminalDark = { DisplayName: 'Base16 Synth Midnight Terminal Dark', CodeStyles: { Keyword: { Color: 'cd6320', FontWeight: 'bold', }, Comment: { Color: '42fff9', }, Plaintext: { Color: 'c1c3c4', }, Punctuation: { Color: 'c1c3c4', }, 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: '28292a', }, LineNumberStyle: { Color: 'c1c3c4', BackgroundColor: '28292a', }, };