UNPKG

easy-code-formatter-styles

Version:

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

48 lines (47 loc) 977 B
export const Base16RosPineMoon = { DisplayName: 'Base16 Rosé Pine Moon', CodeStyles: { Keyword: { Color: 'b9b9bc', FontWeight: 'bold', }, Comment: { Color: '3e8fb0', }, Plaintext: { Color: 'e0def4', }, Punctuation: { Color: 'e0def4', }, String: { Color: 'b9b9bc', }, Literal: { Color: 'b9b9bc', FontWeight: 'bold', }, Type: { Color: 'c4a7e7', }, Tag: { Color: 'ecebf0', }, AttributeName: { Color: 'c4a7e7', }, Decimal: { Color: 'eb6f92', }, NoCode: { Color: 'ecebf0', }, }, BackgroundStyle: { BackgroundColor: '393552', }, LineNumberStyle: { Color: 'e0def4', BackgroundColor: '393552', }, };