UNPKG

easy-code-formatter-styles

Version:

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

49 lines (47 loc) 770 B
import { ITheme } from './ITheme'; export const Gml: ITheme = { DisplayName: 'Gml', CodeStyles: { Keyword: { Color: 'c0c0c0', FontWeight: 'bold', }, Comment: { Color: 'c0c0c0', }, Plaintext: { Color: 'c0c0c0', }, Punctuation: { Color: 'c0c0c0', }, String: { Color: 'c0c0c0', }, Literal: { Color: 'c0c0c0', }, Type: { Color: 'c0c0c0', }, Tag: { Color: 'c0c0c0', }, AttributeName: { Color: 'c0c0c0', }, Decimal: { Color: 'ff8080', }, NoCode: { Color: 'c0c0c0', }, }, BackgroundStyle: { BackgroundColor: '222222', }, LineNumberStyle: { Color: 'c0c0c0', BackgroundColor: '222222', }, };