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 Base16MaterialDarker: ITheme = { DisplayName: 'Base16 Material Darker', CodeStyles: { Keyword: { Color: 'ff5370', FontWeight: 'bold', }, Comment: { Color: '89ddff', }, Plaintext: { Color: 'eeffff', }, Punctuation: { Color: 'eeffff', }, 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: '353535', }, LineNumberStyle: { Color: 'eeffff', BackgroundColor: '353535', }, };