UNPKG

easy-code-formatter-styles

Version:

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

48 lines (47 loc) 961 B
export const Base16Ocean = { DisplayName: 'Base16 Ocean', CodeStyles: { Keyword: { Color: 'ab7967', FontWeight: 'bold', }, Comment: { Color: '96b5b4', }, Plaintext: { Color: 'c0c5ce', }, Punctuation: { Color: 'c0c5ce', }, String: { Color: 'ab7967', }, Literal: { Color: 'ab7967', FontWeight: 'bold', }, Type: { Color: 'b48ead', }, Tag: { Color: 'bf616a', }, AttributeName: { Color: 'b48ead', }, Decimal: { Color: 'd08770', }, NoCode: { Color: 'bf616a', }, }, BackgroundStyle: { BackgroundColor: '4f5b66', }, LineNumberStyle: { Color: 'c0c5ce', BackgroundColor: '4f5b66', }, };