UNPKG

easy-code-formatter-styles

Version:

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

51 lines (49 loc) 789 B
import { ITheme } from './ITheme'; export const Far: ITheme = { DisplayName: 'Far', CodeStyles: { Keyword: { Color: '888', FontWeight: 'bold', }, Comment: { Color: '888', }, Plaintext: { Color: '0ff', }, Punctuation: { Color: '0ff', }, String: { Color: 'ff0', }, Literal: { Color: '008080', }, Type: { Color: 'fff', FontWeight: 'bold', }, Tag: { Color: 'fff', FontWeight: 'bold', }, AttributeName: { Color: 'ff0', }, Decimal: { Color: '0f0', }, NoCode: { Color: '888', }, }, BackgroundStyle: { BackgroundColor: '000080', }, LineNumberStyle: { Color: '0ff', BackgroundColor: '000080', }, };