UNPKG

easy-code-formatter-styles

Version:

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

48 lines (47 loc) 984 B
export const Base16GruvboxDarkSoft = { DisplayName: 'Base16 Gruvbox Dark, Soft', CodeStyles: { Keyword: { Color: 'd65d0e', FontWeight: 'bold', }, Comment: { Color: '8ec07c', }, Plaintext: { Color: 'd5c4a1', }, Punctuation: { Color: 'd5c4a1', }, String: { Color: 'd65d0e', }, Literal: { Color: 'd65d0e', FontWeight: 'bold', }, Type: { Color: 'd3869b', }, Tag: { Color: 'fb4934', }, AttributeName: { Color: 'd3869b', }, Decimal: { Color: 'fe8019', }, NoCode: { Color: 'fb4934', }, }, BackgroundStyle: { BackgroundColor: '504945', }, LineNumberStyle: { Color: 'd5c4a1', BackgroundColor: '504945', }, };