UNPKG

easy-code-formatter-styles

Version:

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

50 lines (48 loc) 813 B
import { ITheme } from './ITheme'; export const Base16Ashes: ITheme = { DisplayName: 'Base16 Ashes', CodeStyles: { Keyword: { Color: 'c79595', FontWeight: 'bold', }, Comment: { Color: '95aec7', }, Plaintext: { Color: 'c7ccd1', }, Punctuation: { Color: 'c7ccd1', }, String: { Color: 'c79595', }, Literal: { Color: 'c79595', FontWeight: 'bold', }, Type: { Color: 'c795ae', }, Tag: { Color: 'c7ae95', }, AttributeName: { Color: 'c795ae', }, Decimal: { Color: 'c7c795', }, NoCode: { Color: 'c7ae95', }, }, BackgroundStyle: { BackgroundColor: '565e65', }, LineNumberStyle: { Color: 'c7ccd1', BackgroundColor: '565e65', }, };