UNPKG

easy-code-formatter-styles

Version:

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

51 lines (49 loc) 842 B
import { ITheme } from './ITheme'; export const GitHub: ITheme = { DisplayName: 'GitHub', CodeStyles: { Keyword: { Color: 'd73a49', }, Comment: { Color: '22863a', }, Plaintext: { Color: '24292e', }, Punctuation: { Color: '005cc5', }, String: { Color: '22863a', BackgroundColor: 'f0fff4', }, Literal: { Color: '735c0f', }, Type: { Color: '005cc5', FontWeight: 'bold', }, Tag: { Color: '22863a', }, AttributeName: { Color: '005cc5', }, Decimal: { Color: '005cc5', }, NoCode: { Color: 'b31d28', BackgroundColor: 'ffeef0', }, }, BackgroundStyle: { BackgroundColor: 'ffffff', }, LineNumberStyle: { Color: '24292e', BackgroundColor: 'ffffff', }, };