UNPKG

easy-code-formatter-styles

Version:

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

46 lines (45 loc) 886 B
export const Lioshi = { DisplayName: 'Lioshi', CodeStyles: { Keyword: { Color: 'be94bb', }, Comment: { Color: 'b3c7d8', }, Plaintext: { Color: 'c5c8c6', }, Punctuation: { Color: 'c5c8c6', }, String: { Color: 'dbc4d9', }, Literal: { Color: '81a2be', }, Type: { Color: '81a2be', }, Tag: { Color: 'be94bb', }, AttributeName: { Color: 'f0c674', }, Decimal: { Color: 'de935f', }, NoCode: { Color: 'de935f', }, }, BackgroundStyle: { BackgroundColor: '303030', }, LineNumberStyle: { Color: 'c5c8c6', BackgroundColor: '303030', }, };