UNPKG

easy-code-formatter-styles

Version:

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

50 lines (48 loc) 815 B
import { ITheme } from './ITheme'; export const Base16Bespin: ITheme = { DisplayName: 'Base16 Bespin', CodeStyles: { Keyword: { Color: '937121', FontWeight: 'bold', }, Comment: { Color: 'afc4db', }, Plaintext: { Color: '8a8986', }, Punctuation: { Color: '8a8986', }, String: { Color: '937121', }, Literal: { Color: '937121', FontWeight: 'bold', }, Type: { Color: '9b859d', }, Tag: { Color: 'cf6a4c', }, AttributeName: { Color: '9b859d', }, Decimal: { Color: 'cf7d34', }, NoCode: { Color: 'cf6a4c', }, }, BackgroundStyle: { BackgroundColor: '5e5d5c', }, LineNumberStyle: { Color: '8a8986', BackgroundColor: '5e5d5c', }, };