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 Base16Tango: ITheme = { DisplayName: 'Base16 Tango', CodeStyles: { Keyword: { Color: '34e2e2', FontWeight: 'bold', }, Comment: { Color: '06989a', }, Plaintext: { Color: 'd3d7cf', }, Punctuation: { Color: 'd3d7cf', }, String: { Color: '34e2e2', }, Literal: { Color: '34e2e2', FontWeight: 'bold', }, Type: { Color: '75507b', }, Tag: { Color: 'cc0000', }, AttributeName: { Color: '75507b', }, Decimal: { Color: 'ef2929', }, NoCode: { Color: 'cc0000', }, }, BackgroundStyle: { BackgroundColor: 'fce94f', }, LineNumberStyle: { Color: 'd3d7cf', BackgroundColor: 'fce94f', }, };