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 Base16Tender: ITheme = { DisplayName: 'Base16 Tender', CodeStyles: { Keyword: { Color: 'a16946', FontWeight: 'bold', }, Comment: { Color: '73cef4', }, Plaintext: { Color: 'eeeeee', }, Punctuation: { Color: 'eeeeee', }, String: { Color: 'a16946', }, Literal: { Color: 'a16946', FontWeight: 'bold', }, Type: { Color: 'd3b987', }, Tag: { Color: 'f43753', }, AttributeName: { Color: 'd3b987', }, Decimal: { Color: 'dc9656', }, NoCode: { Color: 'f43753', }, }, BackgroundStyle: { BackgroundColor: '484848', }, LineNumberStyle: { Color: 'eeeeee', BackgroundColor: '484848', }, };