UNPKG

easy-code-formatter-styles

Version:

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

50 lines (48 loc) 809 B
import { ITheme } from './ITheme'; export const Base16Eva: ITheme = { DisplayName: 'Base16 Eva', CodeStyles: { Keyword: { Color: 'bb64a9', FontWeight: 'bold', }, Comment: { Color: '4b8f77', }, Plaintext: { Color: '9fa2a6', }, Punctuation: { Color: '9fa2a6', }, String: { Color: 'bb64a9', }, Literal: { Color: 'bb64a9', FontWeight: 'bold', }, Type: { Color: '9c6cd3', }, Tag: { Color: 'c4676c', }, AttributeName: { Color: '9c6cd3', }, Decimal: { Color: 'ff9966', }, NoCode: { Color: 'c4676c', }, }, BackgroundStyle: { BackgroundColor: '4b6988', }, LineNumberStyle: { Color: '9fa2a6', BackgroundColor: '4b6988', }, };