UNPKG

easy-code-formatter-styles

Version:

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

50 lines (48 loc) 815 B
import { ITheme } from './ITheme'; export const Base16Porple: ITheme = { DisplayName: 'Base16 Porple', CodeStyles: { Keyword: { Color: '986841', FontWeight: 'bold', }, Comment: { Color: '64878f', }, Plaintext: { Color: 'd8d8d8', }, Punctuation: { Color: 'd8d8d8', }, String: { Color: '986841', }, Literal: { Color: '986841', FontWeight: 'bold', }, Type: { Color: 'b74989', }, Tag: { Color: 'f84547', }, AttributeName: { Color: 'b74989', }, Decimal: { Color: 'd28e5d', }, NoCode: { Color: 'f84547', }, }, BackgroundStyle: { BackgroundColor: '474160', }, LineNumberStyle: { Color: 'd8d8d8', BackgroundColor: '474160', }, };