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 Base16GruvboxDarkPale = { DisplayName: 'Base16 Gruvbox Dark, Pale', CodeStyles: { Keyword: { Color: 'd65d0e', FontWeight: 'bold', }, Comment: { Color: '85ad85', }, Plaintext: { Color: 'dab997', }, Punctuation: { Color: 'dab997', }, String: { Color: 'd65d0e', }, Literal: { Color: 'd65d0e', FontWeight: 'bold', }, Type: { Color: 'd485ad', }, Tag: { Color: 'd75f5f', }, AttributeName: { Color: 'd485ad', }, Decimal: { Color: 'ff8700', }, NoCode: { Color: 'd75f5f', }, }, BackgroundStyle: { BackgroundColor: '4e4e4e', }, LineNumberStyle: { Color: 'dab997', BackgroundColor: '4e4e4e', }, };