UNPKG

easy-code-formatter-styles

Version:

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

50 lines (48 loc) 832 B
import { ITheme } from './ITheme'; export const Base16SolarizedLight: ITheme = { DisplayName: 'Base16 Solarized Light', CodeStyles: { Keyword: { Color: 'd33682', FontWeight: 'bold', }, Comment: { Color: '2aa198', }, Plaintext: { Color: '586e75', }, Punctuation: { Color: '586e75', }, String: { Color: 'd33682', }, Literal: { Color: 'd33682', FontWeight: 'bold', }, Type: { Color: '6c71c4', }, Tag: { Color: 'dc322f', }, AttributeName: { Color: '6c71c4', }, Decimal: { Color: 'cb4b16', }, NoCode: { Color: 'dc322f', }, }, BackgroundStyle: { BackgroundColor: '93a1a1', }, LineNumberStyle: { Color: '586e75', BackgroundColor: '93a1a1', }, };