UNPKG

easy-code-formatter-styles

Version:

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

50 lines (48 loc) 808 B
import { ITheme } from './ITheme'; export const A11YLight: ITheme = { DisplayName: 'A11YLight', CodeStyles: { Keyword: { Color: '7928a1', FontWeight: 'bold', }, Comment: { Color: '696969', }, Plaintext: { Color: '545454', }, Punctuation: { Color: '545454', }, String: { Color: '008000', }, Literal: { Color: '008000', }, Type: { Color: '007faa', }, Tag: { Color: '7928a1', FontWeight: 'bold', }, AttributeName: { Color: 'aa5d00', }, Decimal: { Color: 'aa5d00', }, NoCode: { Color: 'd91e18', }, }, BackgroundStyle: { BackgroundColor: 'fefefe', }, LineNumberStyle: { Color: '545454', BackgroundColor: 'fefefe', }, };