UNPKG

easy-code-formatter-styles

Version:

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

48 lines (47 loc) 985 B
export const Base16AtelierDuneLight = { DisplayName: 'Base16 Atelier Dune Light', CodeStyles: { Keyword: { Color: 'd43552', FontWeight: 'bold', }, Comment: { Color: '1fad83', }, Plaintext: { Color: '6e6b5e', }, Punctuation: { Color: '6e6b5e', }, String: { Color: 'd43552', }, Literal: { Color: 'd43552', FontWeight: 'bold', }, Type: { Color: 'b854d4', }, Tag: { Color: 'd73737', }, AttributeName: { Color: 'b854d4', }, Decimal: { Color: 'b65611', }, NoCode: { Color: 'd73737', }, }, BackgroundStyle: { BackgroundColor: 'a6a28c', }, LineNumberStyle: { Color: '6e6b5e', BackgroundColor: 'a6a28c', }, };