UNPKG

easy-code-formatter-styles

Version:

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

50 lines (48 loc) 828 B
import { ITheme } from './ITheme'; export const Base16ClassicLight: ITheme = { DisplayName: 'Base16 Classic Light', CodeStyles: { Keyword: { Color: '8f5536', FontWeight: 'bold', }, Comment: { Color: '75b5aa', }, Plaintext: { Color: '303030', }, Punctuation: { Color: '303030', }, String: { Color: '8f5536', }, Literal: { Color: '8f5536', FontWeight: 'bold', }, Type: { Color: 'aa759f', }, Tag: { Color: 'ac4142', }, AttributeName: { Color: 'aa759f', }, Decimal: { Color: 'd28445', }, NoCode: { Color: 'ac4142', }, }, BackgroundStyle: { BackgroundColor: 'd0d0d0', }, LineNumberStyle: { Color: '303030', BackgroundColor: 'd0d0d0', }, };