UNPKG

easy-code-formatter-styles

Version:

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

50 lines (48 loc) 835 B
import { ITheme } from './ITheme'; export const Base16SolarFlareLight: ITheme = { DisplayName: 'Base16 Solar Flare Light', CodeStyles: { Keyword: { Color: 'd73c9a', FontWeight: 'bold', }, Comment: { Color: '52cbb0', }, Plaintext: { Color: '586875', }, Punctuation: { Color: '586875', }, String: { Color: 'd73c9a', }, Literal: { Color: 'd73c9a', FontWeight: 'bold', }, Type: { Color: 'a363d5', }, Tag: { Color: 'ef5253', }, AttributeName: { Color: 'a363d5', }, Decimal: { Color: 'e66b2b', }, NoCode: { Color: 'ef5253', }, }, BackgroundStyle: { BackgroundColor: 'a6afb8', }, LineNumberStyle: { Color: '586875', BackgroundColor: 'a6afb8', }, };