UNPKG

easy-code-formatter-styles

Version:

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

50 lines (48 loc) 838 B
import { ITheme } from './ITheme'; export const Base16MaterialPalenight: ITheme = { DisplayName: 'Base16 Material Palenight', CodeStyles: { Keyword: { Color: 'ff5370', FontWeight: 'bold', }, Comment: { Color: '89ddff', }, Plaintext: { Color: '959dcb', }, Punctuation: { Color: '959dcb', }, String: { Color: 'ff5370', }, Literal: { Color: 'ff5370', FontWeight: 'bold', }, Type: { Color: 'c792ea', }, Tag: { Color: 'f07178', }, AttributeName: { Color: 'c792ea', }, Decimal: { Color: 'f78c6c', }, NoCode: { Color: 'f07178', }, }, BackgroundStyle: { BackgroundColor: '32374d', }, LineNumberStyle: { Color: '959dcb', BackgroundColor: '32374d', }, };