UNPKG

easy-code-formatter-styles

Version:

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

50 lines (48 loc) 817 B
import { ITheme } from './ITheme'; export const Base16Isotope: ITheme = { DisplayName: 'Base16 Isotope', CodeStyles: { Keyword: { Color: '3300ff', FontWeight: 'bold', }, Comment: { Color: '00ffff', }, Plaintext: { Color: 'd0d0d0', }, Punctuation: { Color: 'd0d0d0', }, String: { Color: '3300ff', }, Literal: { Color: '3300ff', FontWeight: 'bold', }, Type: { Color: 'cc00ff', }, Tag: { Color: 'ff0000', }, AttributeName: { Color: 'cc00ff', }, Decimal: { Color: 'ff9900', }, NoCode: { Color: 'ff0000', }, }, BackgroundStyle: { BackgroundColor: '606060', }, LineNumberStyle: { Color: 'd0d0d0', BackgroundColor: '606060', }, };