UNPKG

easy-code-formatter-styles

Version:

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

51 lines (49 loc) 810 B
import { ITheme } from './ITheme'; export const Magula: ITheme = { DisplayName: 'Magula', CodeStyles: { Keyword: { Color: '000080', FontWeight: 'bold', }, Comment: { Color: '777', }, Plaintext: { Color: '000000', }, Punctuation: { Color: '000000', }, String: { Color: '050', }, Literal: { Color: '00e', }, Type: { Color: '000080', FontWeight: 'bold', }, Tag: { Color: '000080', FontWeight: 'bold', }, AttributeName: { Color: '050', }, Decimal: { Color: '800', }, NoCode: { Color: '00e', }, }, BackgroundStyle: { BackgroundColor: 'f4f4f4', }, LineNumberStyle: { Color: '000000', BackgroundColor: 'f4f4f4', }, };