UNPKG

easy-code-formatter-styles

Version:

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

48 lines (47 loc) 978 B
export const Base16HumanoidLight = { DisplayName: 'Base16 Humanoid Light', CodeStyles: { Keyword: { Color: 'b27701', FontWeight: 'bold', }, Comment: { Color: '008e8e', }, Plaintext: { Color: '232629', }, Punctuation: { Color: '232629', }, String: { Color: 'b27701', }, Literal: { Color: 'b27701', FontWeight: 'bold', }, Type: { Color: '700f98', }, Tag: { Color: 'b0151a', }, AttributeName: { Color: '700f98', }, Decimal: { Color: 'ff3d00', }, NoCode: { Color: 'b0151a', }, }, BackgroundStyle: { BackgroundColor: 'deded8', }, LineNumberStyle: { Color: '232629', BackgroundColor: 'deded8', }, };