UNPKG

easy-code-formatter-styles

Version:

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

50 lines (48 loc) 813 B
import { ITheme } from './ITheme'; export const Base16Chalk: ITheme = { DisplayName: 'Base16 Chalk', CodeStyles: { Keyword: { Color: 'deaf8f', FontWeight: 'bold', }, Comment: { Color: '12cfc0', }, Plaintext: { Color: 'd0d0d0', }, Punctuation: { Color: 'd0d0d0', }, String: { Color: 'deaf8f', }, Literal: { Color: 'deaf8f', FontWeight: 'bold', }, Type: { Color: 'e1a3ee', }, Tag: { Color: 'fb9fb1', }, AttributeName: { Color: 'e1a3ee', }, Decimal: { Color: 'eda987', }, NoCode: { Color: 'fb9fb1', }, }, BackgroundStyle: { BackgroundColor: '303030', }, LineNumberStyle: { Color: 'd0d0d0', BackgroundColor: '303030', }, };